##// 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 incoming = --template "{rev}: {desc}\\n"
9 incoming = --template "{rev}: {desc}\\n"
10 EOF
10 EOF
11
11
12 echo "====== .hgrc"
13 cat $HGRCPATH
14
15 echo "====== Setup main"
12 echo "====== Setup main"
16 hg init base
13 hg init base
17 cd base
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 ====== Setup main
1 ====== Setup main
16 adding one
2 adding one
17 ====== Bundle main
3 ====== Bundle main
General Comments 0
You need to be logged in to leave comments. Login now