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

Issue 218016: gclient_scm: fix one more case where revision stores an int (Closed)

Created:
11 years, 3 months ago by Mandeep Singh Baines
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

gclient_scm: fix one more case where revision stores an int Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27077

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M gclient_scm.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Mandeep Singh Baines
11 years, 3 months ago (2009-09-24 03:38:43 UTC) #1
Marc-Antoine Ruel (Google)
lgtm, but I still don't much the value of parsing svn revision as string, they ...
11 years, 3 months ago (2009-09-24 10:38:49 UTC) #2
msb
Marc-Antoine Ruel (maruel@google.com) wrote: > lgtm, but I still don't much the value of parsing ...
11 years, 3 months ago (2009-09-24 16:44:41 UTC) #3
M-A Ruel
11 years, 3 months ago (2009-09-24 17:00:36 UTC) #4
It doesn't matter what git uses. At the SCMWrapper.update() level, when
SCMWrapper == svn, revision MUST be a int _anyway_. That's why I'm saying the
string conversions in this functions are unnecessary.

Powered by Google App Engine
This is Rietveld 408576698