# HG changeset patch # User Nicolas Dumazet # Date 1304177886 -7200 # Node ID 1d5faa2c970ff45fc8906f9777f0a220c66c0f8e # Parent 303b94dcb5ecbfd70861edb26ca0d7a22fc51289 tests: move test-issue436 in test-dispatch where fancyopts is tested diff -r 303b94dcb5ec -r 1d5faa2c970f tests/test-dispatch.t --- 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 diff -r 303b94dcb5ec -r 1d5faa2c970f tests/test-issue436.t --- 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 -