##// END OF EJS Templates
tests: test for dispatch on [defaults]: more clearly differing output...
Cédric Duval -
r8637:c88c8d59 default
parent child Browse files
Show More
@@ -15,7 +15,7 b" echo '% [defaults]'"
15 15 hg cat a
16 16 cat >> $HGRCPATH <<EOF
17 17 [defaults]
18 cat = -v
18 cat = -r null
19 19 EOF
20 20 hg cat a
21 21
@@ -28,6 +28,6 b' options:'
28 28 use "hg -v help cat" to show global options
29 29 % [defaults]
30 30 a
31 a
31 a: No such file in rev 000000000000
32 32 % no repo
33 33 abort: There is no Mercurial repository here (.hg not found)!
General Comments 0
You need to be logged in to leave comments. Login now