Show More
@@ -1255,8 +1255,10 Broken disabled extension and command: | |||
|
1255 | 1255 | > pass |
|
1256 | 1256 | > EOF |
|
1257 | 1257 | $ hg --config extensions.path=./path.py help foo > /dev/null |
|
1258 | abort: no such help topic: foo | |
|
1259 | (try 'hg help --keyword foo') | |
|
1258 | abort: no such help topic: foo (no-windows !) | |
|
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 | 1262 |
|
|
1261 | 1263 | |
|
1262 | 1264 | $ cat > throw.py <<EOF |
@@ -1481,8 +1481,10 Test -e / -c / -k combinations | |||
|
1481 | 1481 | $ hg help -c commit > /dev/null |
|
1482 | 1482 | $ hg help -e -c commit > /dev/null |
|
1483 | 1483 | $ hg help -e commit > /dev/null |
|
1484 | abort: no such help topic: commit | |
|
1485 | (try 'hg help --keyword commit') | |
|
1484 | abort: no such help topic: commit (no-windows !) | |
|
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 | 1488 |
|
|
1487 | 1489 | |
|
1488 | 1490 |
|
General Comments 0
You need to be logged in to leave comments.
Login now