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

Unified Diff: git_cl.py

Issue 1763153002: Remove legacy DownloadHooks as no longer used. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 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: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index d236e8596a8cf832819d6ae39f65d0904b116d4b..7339fcf1ea298fa7383e747330c24547f6399802 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -1599,9 +1599,6 @@ def DownloadGerritHook(force):
'into .git/hooks/commit-msg and '
'chmod +x .git/hooks/commit-msg' % src)
-# TODO(tandrii): remove this once repos which call this method directly are
-# upgraded. See http://crbug.com/579176.
-DownloadHooks = DownloadGerritHook
@subcommand.usage('[repo root containing codereview.settings]')
def CMDconfig(parser, args):
« 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