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

Unified Diff: gclient_scm.py

Issue 399040: gclient: fix regression in revision handling code in GitWrapper::update (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient_scm.py
diff --git a/gclient_scm.py b/gclient_scm.py
index e2a0017ca6433c13759e2b3299005ad7c979ecae..c3c5377fd9e8f45733b56de2fbfd0ecd4d0a24d4 100644
--- a/gclient_scm.py
+++ b/gclient_scm.py
@@ -119,7 +119,6 @@ class GitWrapper(SCMWrapper, scm.GIT):
# Override the revision number.
revision = str(options.revision)
if revision:
- url = '%s@%s' % (url, revision)
rev_str = ' at %s' % revision
if options.verbose:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698