##// END OF EJS Templates
test-mq-pull-from-bundle: don't print the contents of $HGRCPATH
Alexis S. L. Carvalho -
r6159:bc784304 default
parent child Browse files
Show More
@@ -9,9 +9,6 b' heads = --template "{rev}: {desc}\\\\n"'
9 9 incoming = --template "{rev}: {desc}\\n"
10 10 EOF
11 11
12 echo "====== .hgrc"
13 cat $HGRCPATH
14
15 12 echo "====== Setup main"
16 13 hg init base
17 14 cd base
@@ -1,17 +1,3 b''
1 ====== .hgrc
2 [ui]
3 slash = True
4 [defaults]
5 backout = -d "0 0"
6 commit = -d "0 0"
7 debugrawcommit = -d "0 0"
8 tag = -d "0 0"
9 [extensions]
10 mq=
11 [defaults]
12 log = --template "{rev}: {desc}\n"
13 heads = --template "{rev}: {desc}\n"
14 incoming = --template "{rev}: {desc}\n"
15 1 ====== Setup main
16 2 adding one
17 3 ====== Bundle main
General Comments 0
You need to be logged in to leave comments. Login now