Show More
@@ -399,9 +399,16 color coding of error message with curre | |||
|
399 | 399 | color coding of error message without curses |
|
400 | 400 | |
|
401 | 401 | $ echo 'raise ImportError' > curses.py |
|
402 | #if windows | |
|
403 | $ PYTHONPATH="`pwd`;$PYTHONPATH" hg unknowncommand > /dev/null | |
|
404 | hg: unknown command 'unknowncommand' | |
|
405 | (use 'hg help' for a list of commands) | |
|
406 | [10] | |
|
407 | #else | |
|
402 | 408 | $ PYTHONPATH=`pwd`:$PYTHONPATH hg unknowncommand > /dev/null |
|
403 | 409 | hg: unknown command 'unknowncommand' |
|
404 | 410 | (use 'hg help' for a list of commands) |
|
405 | 411 | [10] |
|
412 | #endif | |
|
406 | 413 | |
|
407 | 414 | $ cd .. |
General Comments 0
You need to be logged in to leave comments.
Login now