Mercurial > hg
changeset 27115:cb74f206d39b
test-help: don't use progress extension for the test of argument parsing
The next patch will remove the progress extension completely, so we have
to pick another extension. The schemes is picked arbitrary.
This test was introduced at 69da16b366ad.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 27 Nov 2015 23:10:48 +0900 |
parents | a636a46f5094 |
children | 0214cc0a0e97 |
files | tests/test-help.t |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-help.t Tue Nov 24 22:31:56 2015 +0000 +++ b/tests/test-help.t Fri Nov 27 23:10:48 2015 +0900 @@ -1028,12 +1028,12 @@ Test -e / -c / -k combinations - $ hg help -c progress - abort: no such help topic: progress - (try "hg help --keyword progress") + $ hg help -c schemes + abort: no such help topic: schemes + (try "hg help --keyword schemes") [255] - $ hg help -e progress |head -1 - progress extension - show progress bars for some actions (DEPRECATED) + $ hg help -e schemes |head -1 + schemes extension - extend schemes with shortcuts to repository swarms $ hg help -c -k dates |egrep '^(Topics|Extensions|Commands):' Commands: $ hg help -e -k a |egrep '^(Topics|Extensions|Commands):'