Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Issue 257023: Modify the output of gclient update, gclient status to only print out... (Closed)

Created:
11 years, 2 months ago by Dirk Pranke
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Modify the output of gclient update, gclient status to only print out messages when --verbose is specified or when something actually happens. Also, remove --manually_grab_svn_rev, because we need this to happen all the time to get gclient update to shut up if we're comparing against HEAD. It doesn't look like there are any real side effects of removing this. An alternative change would be to wrap this behind a --quiet flag. Note that the change to tests/trychange_unittest.py is an unrelated fix to get all the tests to pass. R=maruel@chromium.org TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28039

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -31 lines) Patch
M gclient.py View 5 chunks +0 lines, -8 lines 1 comment Download
M gclient_scm.py View 9 chunks +14 lines, -13 lines 1 comment Download
M gclient_utils.py View 2 chunks +6 lines, -0 lines 3 comments Download
M tests/gclient_scm_test.py View 7 chunks +8 lines, -8 lines 0 comments Download
M tests/trychange_unittest.py View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Dirk Pranke
Hi Marc-Antoine, Can you take a look at this and see if it looks like ...
11 years, 2 months ago (2009-10-01 21:51:22 UTC) #1
M-A Ruel
I guess we can let that in and see if we dislike it. I don't ...
11 years, 2 months ago (2009-10-02 01:23:10 UTC) #2
Dirk Pranke
On 2009/10/02 01:23:10, Marc-Antoine Ruel wrote: > I guess we can let that in and ...
11 years, 2 months ago (2009-10-05 20:44:11 UTC) #3
M-A Ruel
11 years, 2 months ago (2009-10-05 20:54:51 UTC) #4
On 2009/10/05 20:44:11, dpranke wrote:
> On 2009/10/02 01:23:10, Marc-Antoine Ruel wrote:
> > I guess we can let that in and see if we dislike it. I don't exactly why I
> > hard-coded verbose = True.
> > 
> > You change the behavior of manually_grab_svn_rev to default to True. We'll
see
> > if it impacts or not. It adds an additional round trip on current rev !=
HEAD
> > case.
> > 
> 
> To confirm: the change in gclient.py is good the way it is, right? You weren't
> suggesting that I leave --manually-grab in?
> 
> -- Dirk

Right.

Powered by Google App Engine
This is Rietveld 408576698