##// END OF EJS Templates
tests: move test-issue436 in test-dispatch where fancyopts is tested
Nicolas Dumazet -
r14115:1d5faa2c default
parent child Browse files
Show More
@@ -6,6 +6,11 b' test command parsing and dispatch'
6
6
7 $ hg init a
7 $ hg init a
8 $ cd a
8 $ cd a
9
10 Redundant options used to crash (issue436):
11 $ hg -v log -v
12 $ hg -v log -v x
13
9 $ echo a > a
14 $ echo a > a
10 $ hg ci -Ama
15 $ hg ci -Ama
11 adding a
16 adding a
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now