diff -r 7284b524b441 -r 33f2d56acc73 tests/test-rhg.t --- a/tests/test-rhg.t Mon Mar 01 13:51:35 2021 +0100 +++ b/tests/test-rhg.t Mon Mar 01 16:18:42 2021 +0100 @@ -12,6 +12,15 @@ Unimplemented command $ rhg unimplemented-command + unsupported feature: error: Found argument 'unimplemented-command' which wasn't expected, or isn't valid in this context + + USAGE: + rhg [OPTIONS] + + For more information try --help + + [252] + $ rhg unimplemented-command --config rhg.on-unsupported=abort-silent [252] Finding root @@ -153,12 +162,15 @@ $ echo indoor-pool >> .hg/requires $ rhg files + unsupported feature: repository requires feature unknown to this Mercurial: indoor-pool [252] $ rhg cat -r 1 copy_of_original + unsupported feature: repository requires feature unknown to this Mercurial: indoor-pool [252] $ rhg debugrequirements + unsupported feature: repository requires feature unknown to this Mercurial: indoor-pool [252] $ echo -e '\xFF' >> .hg/requires