diff tests/test-bisect @ 8802:ca14b3982ffe

bisect: fix traceback when command executable is not found
author Patrick Mezard <pmezard@gmail.com>
date Sat, 13 Jun 2009 22:42:13 +0200
parents 21233de9c053
children 2b35ced86b69
line wrap: on
line diff
--- a/tests/test-bisect	Sat May 23 20:38:08 2009 +0900
+++ b/tests/test-bisect	Sat Jun 13 22:42:13 2009 +0200
@@ -82,3 +82,7 @@
 hg bisect -s
 hg bisect -s 
 hg bisect -g
+
+echo % test invalid command
+hg bisect -r
+hg bisect --command 'foobar'