--- 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