Migrate sha -> rev

This commit is contained in:
Anthony Sottile 2018-02-24 18:42:51 -08:00
parent 184e22e81f
commit 5651c66995
19 changed files with 215 additions and 107 deletions

View file

@ -200,9 +200,9 @@ def main(argv=None):
'repo', help='Repository to source hooks from.',
)
try_repo_parser.add_argument(
'--ref',
'--ref', '--rev',
help=(
'Manually select a ref to run against, otherwise the `HEAD` '
'Manually select a rev to run against, otherwise the `HEAD` '
'revision will be used.'
),
)