comparison tests/test-rebase-scenario-global.t @ 16350:4f795f5fbb0b stable

tests: make tests work if directory contains special characters With this quoting tests will work e.g. in "/tmp/foo bar/mercurial/".
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 03 Apr 2012 19:06:35 +0200
parents cd42f77d30c4
children 4fe8eb4a6e2c
comparison
equal deleted inserted replaced
16349:425f1fbcfb94 16350:4f795f5fbb0b
11 > EOF 11 > EOF
12 12
13 13
14 $ hg init a 14 $ hg init a
15 $ cd a 15 $ cd a
16 $ hg unbundle $TESTDIR/bundles/rebase.hg 16 $ hg unbundle "$TESTDIR/bundles/rebase.hg"
17 adding changesets 17 adding changesets
18 adding manifests 18 adding manifests
19 adding file changes 19 adding file changes
20 added 8 changesets with 7 changes to 7 files (+2 heads) 20 added 8 changesets with 7 changes to 7 files (+2 heads)
21 (run 'hg heads' to see heads, 'hg merge' to merge) 21 (run 'hg heads' to see heads, 'hg merge' to merge)
315 We need a bit different graph 315 We need a bit different graph
316 All destination are B 316 All destination are B
317 317
318 $ hg init ah 318 $ hg init ah
319 $ cd ah 319 $ cd ah
320 $ hg unbundle $TESTDIR/bundles/rebase-revset.hg 320 $ hg unbundle "$TESTDIR/bundles/rebase-revset.hg"
321 adding changesets 321 adding changesets
322 adding manifests 322 adding manifests
323 adding file changes 323 adding file changes
324 added 9 changesets with 9 changes to 9 files (+2 heads) 324 added 9 changesets with 9 changes to 9 files (+2 heads)
325 (run 'hg heads' to see heads, 'hg merge' to merge) 325 (run 'hg heads' to see heads, 'hg merge' to merge)