From 675bec320d3a363822f705a7414b35146f6b733c Mon Sep 17 00:00:00 2001 From: "tandrii@chromium.org" Date: Fri, 4 Mar 2016 16:36:58 +0000 Subject: [PATCH] Update TODO for cleaning up DownloadGerritHooks. TBR=phajdan.jr@chromium.org,andybons@chromium.org BUG=579176 Review URL: https://codereview.chromium.org/1762343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299110 0039d316-1c4b-4281-b951-d872f2087c98 --- git_cl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_cl.py b/git_cl.py index bd2eae9c8b..1666f33dc9 100755 --- a/git_cl.py +++ b/git_cl.py @@ -1604,7 +1604,7 @@ def DownloadGerritHook(force): 'chmod +x .git/hooks/commit-msg' % src) # TODO(tandrii): remove this once repos which call this method directly are -# upgraded. +# upgraded. See http://crbug.com/579176. DownloadHooks = DownloadGerritHook @subcommand.usage('[repo root containing codereview.settings]')