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

Unified Diff: gclient_scm.py

Issue 652125: Require git version 1.6.6 (Closed)
Patch Set: Created 10 years, 10 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 e8dd3cf336f2a2e73c4237bc7a987e27c8cc1ef0..26d9a1588de1caa5b19d8690d65fa915c191df04 100644
--- a/gclient_scm.py
+++ b/gclient_scm.py
@@ -165,7 +165,7 @@ class GitWrapper(SCMWrapper, scm.GIT):
if args:
raise gclient_utils.Error("Unsupported argument(s): %s" % ",".join(args))
- self._CheckMinVersion("1.6")
+ self._CheckMinVersion("1.6.6")
default_rev = "refs/heads/master"
url, revision = gclient_utils.SplitUrlRevision(self.url)
« 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