##// END OF EJS Templates
test-help: tighten grep patterns...
timeless -
r27386:55ac8006 default
parent child Browse files
Show More
@@ -1209,11 +1209,11 b' help -c should only show deprecated for '
1209 1209
1210 1210 Test -e / -c / -k combinations
1211 1211
1212 $ hg help -c|egrep '^\S|debug'
1212 $ hg help -c|egrep '^[A-Z].*:|^ debug'
1213 1213 Commands:
1214 $ hg help -e|egrep '^\S'
1214 $ hg help -e|egrep '^[A-Z].*:|^ debug'
1215 1215 Extensions:
1216 $ hg help -k|egrep '^\S'
1216 $ hg help -k|egrep '^[A-Z].*:'
1217 1217 Topics:
1218 1218 Commands:
1219 1219 Extensions:
General Comments 0
You need to be logged in to leave comments. Login now