# HG changeset patch # User Alexis S. L. Carvalho # Date 1203621751 10800 # Node ID bc784304fea1cc63a06b8a6e290084691543c211 # Parent 23ffe82615d80f97dc3ca029c82884c8620b598d test-mq-pull-from-bundle: don't print the contents of $HGRCPATH diff -r 23ffe82615d8 -r bc784304fea1 tests/test-mq-pull-from-bundle --- 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 diff -r 23ffe82615d8 -r bc784304fea1 tests/test-mq-pull-from-bundle.out --- 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