##// END OF EJS Templates
tests: add missing 'backup bundle' path glob in test-rebase-scenario-global.t...
Mads Kiilerich -
r17029:832f1069 default
parent child Browse files
Show More
@@ -304,7 +304,7 b' Source phase greater or equal to destina'
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
General Comments 0
You need to be logged in to leave comments. Login now