# HG changeset patch # User Nicolas Dumazet # Date 2011-04-30 15:38:06 # Node ID 1d5faa2c970ff45fc8906f9777f0a220c66c0f8e # Parent 303b94dcb5ecbfd70861edb26ca0d7a22fc51289 tests: move test-issue436 in test-dispatch where fancyopts is tested diff --git a/tests/test-dispatch.t b/tests/test-dispatch.t --- a/tests/test-dispatch.t +++ b/tests/test-dispatch.t @@ -6,6 +6,11 @@ test command parsing and dispatch $ 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 diff --git a/tests/test-issue436.t b/tests/test-issue436.t deleted file mode 100644 --- a/tests/test-issue436.t +++ /dev/null @@ -1,6 +0,0 @@ -http://mercurial.selenic.com/bts/issue436 - - $ hg init - $ hg -v log -v - $ hg -v log -v x -