diff -r eb6eaef7ae44 -r c3784e3c3e8d tests/test-extension.t --- 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 <