tests: do not print hgrc in test

This lets test-rebase-cache.t pass also when --inotify or --extra-config-opt is
specified.
This commit is contained in:
Simon Heimberg 2013-06-05 22:41:53 +02:00
parent dc62f025d3
commit 96a3433cc5

View File

@ -396,27 +396,6 @@ Make sure rebase does not break for phase/filter related reason
> [ui]
> logtemplate={rev} {desc} {phase}\n
> EOF
$ cat $HGRCPATH
[ui]
slash = True
interactive = False
[defaults]
backout = -d "0 0"
commit = -d "0 0"
tag = -d "0 0"
[extensions]
graphlog=
rebase=
mq=
[phases]
publish=False
[alias]
tglog = log -G --template "{rev}: '{desc}' {branches}\n"
theads = heads --template "{rev}: '{desc}' {branches}\n"
[ui]
logtemplate={rev} {desc} {phase}\n
$ hg init c4