diff --git a/tests/test-mq-pull-from-bundle b/tests/test-mq-pull-from-bundle --- a/tests/test-mq-pull-from-bundle +++ b/tests/test-mq-pull-from-bundle @@ -9,9 +9,6 @@ heads = --template "{rev}: {desc}\\n" incoming = --template "{rev}: {desc}\\n" EOF -echo "====== .hgrc" -cat $HGRCPATH - echo "====== Setup main" hg init base cd base diff --git a/tests/test-mq-pull-from-bundle.out b/tests/test-mq-pull-from-bundle.out --- a/tests/test-mq-pull-from-bundle.out +++ b/tests/test-mq-pull-from-bundle.out @@ -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