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

Issue 2430001: Move all revision parsing code to _EnforceRevisions. (Closed)

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

Description

Move all revision parsing code to _EnforceRevisions. Make -r invalid@rev a warning and ignore the argument. Make -r rev use the Nth solution. Fix a bug in FakeRepos.assertTree(). TEST=updated the smoke test to reflect the new behavior which should be the most compatible with the current buildbot behavior BUG=chromium-os:3465 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48607

Patch Set 1 #

Patch Set 2 : Add git smoke tests, fix a bug in FakeRepos #

Patch Set 3 : doc #

Total comments: 6

Patch Set 4 : Make the doc a bit clearer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -60 lines) Patch
M gclient.py View 1 2 3 4 chunks +36 lines, -51 lines 0 comments Download
M tests/fake_repos.py View 1 2 chunks +2 lines, -0 lines 0 comments Download
M tests/gclient_smoketest.py View 1 4 chunks +71 lines, -9 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
M-A Ruel
Whoever comes first.
10 years, 6 months ago (2010-05-31 13:44:36 UTC) #1
Nicolas Sylvain
lg, few nits below http://codereview.chromium.org/2430001/diff/4001/5001 File gclient.py (right): http://codereview.chromium.org/2430001/diff/4001/5001#newcode518 gclient.py:518: self._options.revisions.append('%s@%s' % (s['name'], rev)) not ...
10 years, 6 months ago (2010-05-31 18:15:42 UTC) #2
M-A Ruel
http://codereview.chromium.org/2430001/diff/4001/5001 File gclient.py (right): http://codereview.chromium.org/2430001/diff/4001/5001#newcode518 gclient.py:518: self._options.revisions.append('%s@%s' % (s['name'], rev)) On 2010/05/31 18:15:42, Nicolas Sylvain ...
10 years, 6 months ago (2010-05-31 18:40:04 UTC) #3
Nicolas Sylvain
10 years, 6 months ago (2010-05-31 21:56:02 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698