diff tests/test-dispatch @ 8637:c88c8d59979f

tests: test for dispatch on [defaults]: more clearly differing output Using '-r null' instead of '-v' as the overriden command default. The latter did not have any effect on output, thus not giving much indication on whether the modified defaults were really in use or not.
author Cédric Duval <cedricduval@free.fr>
date Sun, 24 May 2009 22:15:48 +0200
parents 6c82beaaa11a
children f92f8921a5cc
line wrap: on
line diff
--- a/tests/test-dispatch	Wed May 27 16:25:31 2009 +0200
+++ b/tests/test-dispatch	Sun May 24 22:15:48 2009 +0200
@@ -15,7 +15,7 @@
 hg cat a
 cat >> $HGRCPATH <<EOF
 [defaults]
-cat = -v
+cat = -r null
 EOF
 hg cat a