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

Unified Diff: deps2git/deps2git.py

Issue 11312251: Switch upstream to git-on-borg. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 8 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 | deps2git/git_tools.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deps2git/deps2git.py
===================================================================
--- deps2git/deps2git.py (revision 167715)
+++ deps2git/deps2git.py (working copy)
@@ -46,7 +46,7 @@
if not os.path.exists(git_repo_path):
git_tools.Clone(git_url, git_repo_path, mirror)
else:
- git_tools.Fetch(git_repo_path, mirror)
+ git_tools.Fetch(git_repo_path, git_url, mirror)
return git_tools.Search(git_repo_path, svn_rev, mirror)
« no previous file with comments | « no previous file | deps2git/git_tools.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698