tests/test-status-color.t
changeset 38787 5199c5b6fd29
parent 35704 41ef02ba329b
child 39091 ddc1da134772
--- a/tests/test-status-color.t	Tue Jul 24 22:51:11 2018 -0700
+++ b/tests/test-status-color.t	Tue Jul 24 10:22:07 2018 -0700
@@ -393,6 +393,7 @@
 
   $ hg unknowncommand > /dev/null
   hg: unknown command 'unknowncommand'
+  (use 'hg help' for a list of commands)
   [255]
 
 color coding of error message without curses
@@ -400,6 +401,7 @@
   $ echo 'raise ImportError' > curses.py
   $ PYTHONPATH=`pwd`:$PYTHONPATH hg unknowncommand > /dev/null
   hg: unknown command 'unknowncommand'
+  (use 'hg help' for a list of commands)
   [255]
 
   $ cd ..