depot-tools version: 7b2ca416e4
OS: Linux
What steps will reproduce the problem?
(1) git hyper-blame --no-default-ignores
What is the expected result?
It ignores .git-blame-ignore-revs.
What happens instead?
usage: git hyper-blame [-h] [-i REVISION] [--ignore-file FILE]
[--no-default-ignores NO_DEFAULT_IGNORES]
[REVISION] FILE
git hyper-blame: error: argument --no-default-ignores: expected one argument
--no-default-ignores is erroneously configured to accept an argument (it's supposed to be a simple switch).
Comment 1 by bugdroid1@chromium.org
, Apr 11 2017