comparison tests/test-rebase-scenario-global.t @ 15447:9910f60a37ee

tests: make (glob) on windows accept \ instead of / Globbing is usually used for filenames, so on windows it is reasonable and very convenient that glob patterns accepts '\' or '/' when the pattern specifies '/'.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:25:10 +0100
parents 6cb6064f1d50
children 65df60a3f96b
comparison
equal deleted inserted replaced
15446:c5c9ca3719f9 15447:9910f60a37ee
249 [1] 249 [1]
250 250
251 C onto A - rebase onto an ancestor: 251 C onto A - rebase onto an ancestor:
252 252
253 $ hg rebase -d 0 -s 2 253 $ hg rebase -d 0 -s 2
254 saved backup bundle to $TESTTMP/a7/.hg/strip-backup/5fddd98957c8-backup.hg 254 saved backup bundle to $TESTTMP/a7/.hg/strip-backup/5fddd98957c8-backup.hg (glob)
255 $ hg tglog 255 $ hg tglog
256 @ 7: 'D' 256 @ 7: 'D'
257 | 257 |
258 o 6: 'C' 258 o 6: 'C'
259 | 259 |
471 rebase on ancestor with revset 471 rebase on ancestor with revset
472 472
473 $ hg clone -q -u . ah ah5 473 $ hg clone -q -u . ah ah5
474 $ cd ah5 474 $ cd ah5
475 $ hg rebase -r '6::' -d 2 475 $ hg rebase -r '6::' -d 2
476 saved backup bundle to $TESTTMP/ah5/.hg/strip-backup/3d8a618087a7-backup.hg 476 saved backup bundle to $TESTTMP/ah5/.hg/strip-backup/3d8a618087a7-backup.hg (glob)
477 $ hg tglog 477 $ hg tglog
478 @ 8: 'I' 478 @ 8: 'I'
479 | 479 |
480 o 7: 'H' 480 o 7: 'H'
481 | 481 |