comparison tests/test-rebase-scenario-global.t @ 17029:832f106945e8

tests: add missing 'backup bundle' path glob in test-rebase-scenario-global.t Introduced by 50f434510da6.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 22 Jun 2012 00:52:14 +0200
parents 50f434510da6
children 100fdc84670f
comparison
equal deleted inserted replaced
17028:efd2e14f7235 17029:832f106945e8
302 saved backup bundle to $TESTTMP/a7/.hg/strip-backup/2a0524f868ac-backup.hg (glob) 302 saved backup bundle to $TESTTMP/a7/.hg/strip-backup/2a0524f868ac-backup.hg (glob)
303 $ hg log --template "{phase}\n" -r 9 303 $ hg log --template "{phase}\n" -r 9
304 secret 304 secret
305 Source phase lower than destination phase: new changeset get the phase of destination: 305 Source phase lower than destination phase: new changeset get the phase of destination:
306 $ hg rebase -s8 -d9 306 $ hg rebase -s8 -d9
307 saved backup bundle to $TESTTMP/a7/.hg/strip-backup/6d4f22462821-backup.hg 307 saved backup bundle to $TESTTMP/a7/.hg/strip-backup/6d4f22462821-backup.hg (glob)
308 $ hg log --template "{phase}\n" -r 'rev(9)' 308 $ hg log --template "{phase}\n" -r 'rev(9)'
309 secret 309 secret
310 310
311 $ cd .. 311 $ cd ..
312 312