tests: move test-
issue436 in test-dispatch where fancyopts is tested
author |
Nicolas Dumazet <nicdumz.commits@gmail.com> |
date |
Sat, 30 Apr 2011 17:38:06 +0200 |
parents |
303b94dcb5ec |
children |
cd3032437064 |
files |
tests/test-dispatch.t tests/test-issue436.t |
diffstat |
2 files changed, 5 insertions(+), 6 deletions(-)
[+]
|
line diff
--- 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
--- a/tests/test-issue436.t Sat Apr 30 17:38:06 2011 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-http://mercurial.selenic.com/bts/issue436
-
- $ hg init
- $ hg -v log -v
- $ hg -v log -v x
-