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

Unified Diff: gclient_scm.py

Issue 245303002: Fix url parameter to DefaultIndexPackConfig(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 8 months 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 3baa071514272e74d1501a414d917918caa6a87a..c0b4a325e9262c49df14e7d4c5356a7de430f2c6 100644
--- a/gclient_scm.py
+++ b/gclient_scm.py
@@ -759,7 +759,7 @@ class GitWrapper(SCMWrapper):
self.Print('')
template_path = os.path.join(
os.path.dirname(THIS_FILE_PATH), 'git-templates')
- cfg = gclient_utils.DefaultIndexPackConfig(self.url)
+ cfg = gclient_utils.DefaultIndexPackConfig(url)
clone_cmd = cfg + [
'clone', '--no-checkout', '--progress', '--template=%s' % template_path]
if self.cache_dir:
« 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