##// 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 hg cat a
15 hg cat a
16 cat >> $HGRCPATH <<EOF
16 cat >> $HGRCPATH <<EOF
17 [defaults]
17 [defaults]
18 cat = -v
18 cat = -r null
19 EOF
19 EOF
20 hg cat a
20 hg cat a
21
21
@@ -28,6 +28,6 b' options:'
28 use "hg -v help cat" to show global options
28 use "hg -v help cat" to show global options
29 % [defaults]
29 % [defaults]
30 a
30 a
31 a
31 a: No such file in rev 000000000000
32 % no repo
32 % no repo
33 abort: There is no Mercurial repository here (.hg not found)!
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