test-mq-pull-from-bundle: don't print the contents of $HGRCPATH
authorAlexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 21 Feb 2008 16:22:31 -0300
changeset 6159 bc784304fea1
parent 6158 23ffe82615d8
child 6160 3ee3bc5d06c5
test-mq-pull-from-bundle: don't print the contents of $HGRCPATH
tests/test-mq-pull-from-bundle
tests/test-mq-pull-from-bundle.out
--- a/tests/test-mq-pull-from-bundle	Thu Feb 21 16:22:31 2008 -0300
+++ b/tests/test-mq-pull-from-bundle	Thu Feb 21 16:22:31 2008 -0300
@@ -9,9 +9,6 @@
 incoming = --template "{rev}: {desc}\\n"
 EOF
 
-echo "====== .hgrc"
-cat $HGRCPATH
-
 echo "====== Setup main"
 hg init base
 cd base
--- a/tests/test-mq-pull-from-bundle.out	Thu Feb 21 16:22:31 2008 -0300
+++ b/tests/test-mq-pull-from-bundle.out	Thu Feb 21 16:22:31 2008 -0300
@@ -1,17 +1,3 @@
-====== .hgrc
-[ui]
-slash = True
-[defaults]
-backout = -d "0 0"
-commit = -d "0 0"
-debugrawcommit = -d "0 0"
-tag = -d "0 0"
-[extensions]
-mq=
-[defaults]
-log = --template "{rev}: {desc}\n"
-heads = --template "{rev}: {desc}\n"
-incoming = --template "{rev}: {desc}\n"
 ====== Setup main
 adding one
 ====== Bundle main