Skip to content
Snippets Groups Projects
Commit 1d5faa2c authored by Nicolas Dumazet's avatar Nicolas Dumazet
Browse files

tests: move test-issue436 in test-dispatch where fancyopts is tested

parent 303b94dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
http://mercurial.selenic.com/bts/issue436
$ hg init
$ hg -v log -v
$ hg -v log -v x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment