##// END OF EJS Templates
merge with stable
Matt Mackall -
r19167:c57e9938 merge default
parent child Browse files
Show More
@@ -257,7 +257,7 b' def phasecacheafterstrip(server):'
257 runcommand(server, ['phase', '.'], outfilter=sep)
257 runcommand(server, ['phase', '.'], outfilter=sep)
258
258
259 # strip 1::4 outside server
259 # strip 1::4 outside server
260 os.system('hg --config extensions.mq= strip 1')
260 os.system('hg -q --config extensions.mq= strip 1')
261
261
262 # shouldn't raise "7966c8e3734d: no node!"
262 # shouldn't raise "7966c8e3734d: no node!"
263 runcommand(server, ['branches'])
263 runcommand(server, ['branches'])
@@ -187,6 +187,5 b' o 0:eff892de26ec'
187 runcommand phase -p .
187 runcommand phase -p .
188 runcommand phase .
188 runcommand phase .
189 5: public
189 5: public
190 saved backup bundle to $TESTTMP/.hg/strip-backup/d3a0a68be6de-backup.hg
191 runcommand branches
190 runcommand branches
192 default 1:731265503d86
191 default 1:731265503d86
@@ -440,7 +440,7 b' a subrepo store may be clean versus one '
440 [1]
440 [1]
441 $ hg push ../tcc
441 $ hg push ../tcc
442 pushing to ../tcc
442 pushing to ../tcc
443 pushing subrepo s/ss to ../tcc/s/ss
443 pushing subrepo s/ss to ../tcc/s/ss (glob)
444 searching for changes
444 searching for changes
445 adding changesets
445 adding changesets
446 adding manifests
446 adding manifests
@@ -112,7 +112,7 b' revsets works across repos'
112
112
113 annotate works - an indication that linkrevs works
113 annotate works - an indication that linkrevs works
114
114
115 $ hg --cwd repo1 -R union:../repo2 annotate $TESTTMP/repo1/f -r tip
115 $ hg --cwd repo1 -Runion:../repo2 annotate $TESTTMP/repo1/f -r tip
116 3: repo2-1 at top
116 3: repo2-1 at top
117 0: repo1-0
117 0: repo1-0
118 1: repo1-1
118 1: repo1-1
General Comments 0
You need to be logged in to leave comments. Login now