Mercurial > hg
changeset 19167:c57e99386d88
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 09 May 2013 15:22:21 -0500 |
parents | f6109ee404d5 (current diff) e958b17696fe (diff) |
children | 60b63216997c |
files | tests/test-commandserver.py tests/test-subrepo.t |
diffstat | 4 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-commandserver.py Thu May 09 10:51:03 2013 -0500 +++ b/tests/test-commandserver.py Thu May 09 15:22:21 2013 -0500 @@ -257,7 +257,7 @@ runcommand(server, ['phase', '.'], outfilter=sep) # strip 1::4 outside server - os.system('hg --config extensions.mq= strip 1') + os.system('hg -q --config extensions.mq= strip 1') # shouldn't raise "7966c8e3734d: no node!" runcommand(server, ['branches'])
--- a/tests/test-commandserver.py.out Thu May 09 10:51:03 2013 -0500 +++ b/tests/test-commandserver.py.out Thu May 09 15:22:21 2013 -0500 @@ -187,6 +187,5 @@ runcommand phase -p . runcommand phase . 5: public -saved backup bundle to $TESTTMP/.hg/strip-backup/d3a0a68be6de-backup.hg runcommand branches default 1:731265503d86
--- a/tests/test-subrepo.t Thu May 09 10:51:03 2013 -0500 +++ b/tests/test-subrepo.t Thu May 09 15:22:21 2013 -0500 @@ -440,7 +440,7 @@ [1] $ hg push ../tcc pushing to ../tcc - pushing subrepo s/ss to ../tcc/s/ss + pushing subrepo s/ss to ../tcc/s/ss (glob) searching for changes adding changesets adding manifests
--- a/tests/test-unionrepo.t Thu May 09 10:51:03 2013 -0500 +++ b/tests/test-unionrepo.t Thu May 09 15:22:21 2013 -0500 @@ -112,7 +112,7 @@ annotate works - an indication that linkrevs works - $ hg --cwd repo1 -R union:../repo2 annotate $TESTTMP/repo1/f -r tip + $ hg --cwd repo1 -Runion:../repo2 annotate $TESTTMP/repo1/f -r tip 3: repo2-1 at top 0: repo1-0 1: repo1-1