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

Issue 6873110: Add --transitive flag. (Closed)

Created:
9 years, 8 months ago by Florian Loitsch
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
iposva, chromium-reviews
Visibility:
Public.

Description

Add --transitive flag. When specifying a revision (with -r) propagates the date of the revision to its children. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=83313

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 16

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 6

Patch Set 6 : '' #

Total comments: 6

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 4

Patch Set 10 : '' #

Patch Set 11 : local switch to other directory #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -4 lines) Patch
M gclient.py View 1 2 3 4 5 6 7 8 9 10 3 chunks +41 lines, -0 lines 0 comments Download
M gclient_scm.py View 1 2 3 4 5 6 7 8 9 10 3 chunks +22 lines, -0 lines 0 comments Download
M gclient_utils.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -0 lines 0 comments Download
M tests/gclient_scm_test.py View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M tests/gclient_smoketest.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +37 lines, -0 lines 0 comments Download
M tests/gclient_utils_test.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
M-A Ruel
http://codereview.chromium.org/6873110/diff/1008/gclient.py File gclient.py (right): http://codereview.chromium.org/6873110/diff/1008/gclient.py#newcode365 gclient.py:365: check-ini of revision 101.""" ini? http://codereview.chromium.org/6873110/diff/1008/gclient_scm.py File gclient_scm.py (right): ...
9 years, 8 months ago (2011-04-20 15:43:28 UTC) #1
Florian Loitsch
http://codereview.chromium.org/6873110/diff/1008/gclient.py File gclient.py (right): http://codereview.chromium.org/6873110/diff/1008/gclient.py#newcode365 gclient.py:365: check-ini of revision 101.""" On 2011/04/20 15:43:28, Marc-Antoine Ruel ...
9 years, 8 months ago (2011-04-20 18:32:01 UTC) #2
M-A Ruel
http://codereview.chromium.org/6873110/diff/9001/gclient.py File gclient.py (right): http://codereview.chromium.org/6873110/diff/9001/gclient.py#newcode350 gclient.py:350: revision is None and style nit: I think you ...
9 years, 8 months ago (2011-04-21 23:54:58 UTC) #3
Florian Loitsch
http://codereview.chromium.org/6873110/diff/9001/gclient.py File gclient.py (right): http://codereview.chromium.org/6873110/diff/9001/gclient.py#newcode350 gclient.py:350: revision is None and On 2011/04/21 23:54:58, Marc-Antoine Ruel ...
9 years, 8 months ago (2011-04-26 12:53:05 UTC) #4
M-A Ruel
lgtm with comments http://codereview.chromium.org/6873110/diff/13001/gclient.py File gclient.py (right): http://codereview.chromium.org/6873110/diff/13001/gclient.py#newcode348 gclient.py:348: if (command == 'update' and style ...
9 years, 8 months ago (2011-04-26 18:38:48 UTC) #5
M-A Ruel
Looks like you used git-cl config manually. You don't need to.
9 years, 8 months ago (2011-04-26 18:39:13 UTC) #6
Florian Loitsch
Removed commented code and added TODO. Added warning (in GIT). Addressed comments. http://codereview.chromium.org/6873110/diff/13001/gclient.py File gclient.py ...
9 years, 8 months ago (2011-04-27 10:58:23 UTC) #7
M-A Ruel
lgtm with nits. (Note that the commit queue is broken for depot_tools, just svn co ...
9 years, 8 months ago (2011-04-27 14:10:36 UTC) #8
Florian Loitsch
9 years, 8 months ago (2011-04-28 08:53:28 UTC) #9
http://codereview.chromium.org/6873110/diff/15003/gclient.py
File gclient.py (right):

http://codereview.chromium.org/6873110/diff/15003/gclient.py#newcode347
gclient.py:347: if (command == 'update' and options.transitive and not
options.revision):
On 2011/04/27 14:10:36, Marc-Antoine Ruel wrote:
> Don't put parenthesis when not necessary:
> 
> if command == 'update' and options.transitive and not options.revision:
> 

Done.

http://codereview.chromium.org/6873110/diff/15003/gclient.py#newcode1085
gclient.py:1085: 'the dependencies to the date of the given revision.'
On 2011/04/27 14:10:36, Marc-Antoine Ruel wrote:
> Add a space, otherwise the text is collapsed:
> 
> ... revision. '

Done.

Powered by Google App Engine
This is Rietveld 408576698