--- 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