##// END OF EJS Templates
tests: conditionalize color output on abort...
Matt Harbison -
r39226:68b6383a default
parent child Browse files
Show More
@@ -1255,8 +1255,10 Broken disabled extension and command:
1255 > pass
1255 > pass
1256 > EOF
1256 > EOF
1257 $ hg --config extensions.path=./path.py help foo > /dev/null
1257 $ hg --config extensions.path=./path.py help foo > /dev/null
1258 abort: no such help topic: foo
1258 abort: no such help topic: foo (no-windows !)
1259 (try 'hg help --keyword foo')
1259 (try 'hg help --keyword foo') (no-windows !)
1260 \x1b[0;31mabort: no such help topic: foo\x1b[0m (esc) (windows !)
1261 \x1b[0;31m(try 'hg help --keyword foo')\x1b[0m (esc) (windows !)
1260 [255]
1262 [255]
1261
1263
1262 $ cat > throw.py <<EOF
1264 $ cat > throw.py <<EOF
@@ -1481,8 +1481,10 Test -e / -c / -k combinations
1481 $ hg help -c commit > /dev/null
1481 $ hg help -c commit > /dev/null
1482 $ hg help -e -c commit > /dev/null
1482 $ hg help -e -c commit > /dev/null
1483 $ hg help -e commit > /dev/null
1483 $ hg help -e commit > /dev/null
1484 abort: no such help topic: commit
1484 abort: no such help topic: commit (no-windows !)
1485 (try 'hg help --keyword commit')
1485 (try 'hg help --keyword commit') (no-windows !)
1486 \x1b[0;31mabort: no such help topic: commit\x1b[0m (esc) (windows !)
1487 \x1b[0;31m(try 'hg help --keyword commit')\x1b[0m (esc) (windows !)
1486 [255]
1488 [255]
1487
1489
1488 Test keyword search help
1490 Test keyword search help
General Comments 0
You need to be logged in to leave comments. Login now