tests/test-extension.t
changeset 21289 c3784e3c3e8d
parent 21254 51e5c793a9f4
child 21773 26d2fb899637
--- a/tests/test-extension.t	Wed Apr 16 20:01:03 2014 -0400
+++ b/tests/test-extension.t	Wed Apr 16 19:55:40 2014 -0400
@@ -621,8 +621,8 @@
   > EOF
   $ hg --config extensions.path=./path.py help foo > /dev/null
   warning: error finding commands in $TESTTMP/hgext/forest.py (glob)
-  hg: unknown command 'foo'
-  warning: error finding commands in $TESTTMP/hgext/forest.py (glob)
+  abort: no such help topic: foo
+  (try "hg help --keyword foo")
   [255]
 
   $ cat > throw.py <<EOF