| 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):
|
|
|