Mercurial > hg-stable
changeset 6159:bc784304fea1
test-mq-pull-from-bundle: don't print the contents of $HGRCPATH
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Thu, 21 Feb 2008 16:22:31 -0300 |
parents | 23ffe82615d8 |
children | 3ee3bc5d06c5 |
files | tests/test-mq-pull-from-bundle tests/test-mq-pull-from-bundle.out |
diffstat | 2 files changed, 0 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- 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