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

Issue 3130007: Add revinfo --actual to fetch the actual revisions, (Closed)

Created:
10 years, 4 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
bradnelson, bradn
CC:
chromium-reviews, M-A Ruel
Visibility:
Public.

Description

Add revinfo --actual to fetch the actual revisions, gclient revinfo alone will now not return the actual checked out revisions but simply what's in the .gclient&DEPS. BUG=none TEST=add a --snapshot test to make sure it is not broken Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55760

Patch Set 1 #

Total comments: 1

Patch Set 2 : address nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -6 lines) Patch
M gclient.py View 1 2 chunks +15 lines, -6 lines 0 comments Download
M tests/gclient_smoketest.py View 3 chunks +51 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
M-A Ruel
10 years, 4 months ago (2010-08-11 17:50:41 UTC) #1
bradn
10 years, 4 months ago (2010-08-11 18:41:10 UTC) #2
LGTM

http://codereview.chromium.org/3130007/diff/1/2
File gclient.py (right):

http://codereview.chromium.org/3130007/diff/1/2#newcode805
gclient.py:805: if not x is keys[-1]:
I think the style guide prefers: if x is not keys[-1]:

Powered by Google App Engine
This is Rietveld 408576698