Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index ddca91bae96aeb04c93308b46641d4189fe2bacb..be8d85bb83be09ac5cbfdcf249059889c363fbc8 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -1605,7 +1605,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]') |