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

Unified Diff: git_cl.py

Issue 1859873002: Add DownloadHooks as a no-op function to git_cl to unblock android bisectors. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 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: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index 49891fcf5c8af98c55f830f6292bd018b23573d9..98d9c673784df3775b1bb930d632b85f01db27a2 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -2128,6 +2128,11 @@ def hasSheBang(fname):
return f.read(2).startswith('#!')
+# TODO(bpastene) Remove once a cleaner fix to crbug.com/600473 presents itself.
+def DownloadHooks(*args, **kwargs):
+ pass
+
+
def DownloadGerritHook(force):
"""Download and install Gerrit commit-msg hook.
« 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