diff --git a/git_cl.py b/git_cl.py index 1ded4aaf2a..fe03778ba8 100755 --- a/git_cl.py +++ b/git_cl.py @@ -1604,6 +1604,9 @@ 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. +DownloadHooks = DownloadGerritHook @subcommand.usage('[repo root containing codereview.settings]') def CMDconfig(parser, args):