##// END OF EJS Templates
test-help: don't use progress extension for the test of argument parsing...
Yuya Nishihara -
r27115:cb74f206 default
parent child Browse files
Show More
@@ -1028,12 +1028,12 b' Test help hooks'
1028
1028
1029 Test -e / -c / -k combinations
1029 Test -e / -c / -k combinations
1030
1030
1031 $ hg help -c progress
1031 $ hg help -c schemes
1032 abort: no such help topic: progress
1032 abort: no such help topic: schemes
1033 (try "hg help --keyword progress")
1033 (try "hg help --keyword schemes")
1034 [255]
1034 [255]
1035 $ hg help -e progress |head -1
1035 $ hg help -e schemes |head -1
1036 progress extension - show progress bars for some actions (DEPRECATED)
1036 schemes extension - extend schemes with shortcuts to repository swarms
1037 $ hg help -c -k dates |egrep '^(Topics|Extensions|Commands):'
1037 $ hg help -c -k dates |egrep '^(Topics|Extensions|Commands):'
1038 Commands:
1038 Commands:
1039 $ hg help -e -k a |egrep '^(Topics|Extensions|Commands):'
1039 $ hg help -e -k a |egrep '^(Topics|Extensions|Commands):'
General Comments 0
You need to be logged in to leave comments. Login now