 Chromium Code Reviews
 Chromium Code Reviews Issue 399040:
  gclient: fix regression in revision handling code in GitWrapper::update  (Closed)
    
  
    Issue 399040:
  gclient: fix regression in revision handling code in GitWrapper::update  (Closed) 
  | 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: |