tests/test-dispatch.t
changeset 14115 1d5faa2c970f
parent 13967 f85c9b0fdb32
child 15145 ff26712a0c50
--- a/tests/test-dispatch.t	Sat Apr 30 17:38:06 2011 +0200
+++ b/tests/test-dispatch.t	Sat Apr 30 17:38:06 2011 +0200
@@ -6,6 +6,11 @@
 
   $ hg init a
   $ cd a
+
+Redundant options used to crash (issue436):
+  $ hg -v log -v
+  $ hg -v log -v x
+
   $ echo a > a
   $ hg ci -Ama
   adding a