comparison tests/test-rebase-named-branches.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 bfd3ce759682
children 9c78ed396075
comparison
equal deleted inserted replaced
16349:425f1fbcfb94 16350:4f795f5fbb0b
10 > tglog = log -G --template "{rev}: '{desc}' {branches}\n" 10 > tglog = log -G --template "{rev}: '{desc}' {branches}\n"
11 > EOF 11 > EOF
12 12
13 $ hg init a 13 $ hg init a
14 $ cd a 14 $ cd a
15 $ hg unbundle $TESTDIR/bundles/rebase.hg 15 $ hg unbundle "$TESTDIR/bundles/rebase.hg"
16 adding changesets 16 adding changesets
17 adding manifests 17 adding manifests
18 adding file changes 18 adding file changes
19 added 8 changesets with 7 changes to 7 files (+2 heads) 19 added 8 changesets with 7 changes to 7 files (+2 heads)
20 (run 'hg heads' to see heads, 'hg merge' to merge) 20 (run 'hg heads' to see heads, 'hg merge' to merge)