comparison tests/test-pull.t @ 12366:c01dc9087d9a

tests: drop a bunch of sed calls from unified tests
author Matt Mackall <mpm@selenic.com>
date Tue, 21 Sep 2010 16:44:13 -0500
parents b63f6422d2a7
children a5b77eb0409b
comparison
equal deleted inserted replaced
12365:22f3353bcc36 12366:c01dc9087d9a
16 16
17 $ hg serve -p $HGPORT -d --pid-file=hg.pid 17 $ hg serve -p $HGPORT -d --pid-file=hg.pid
18 $ cat hg.pid >> $DAEMON_PIDS 18 $ cat hg.pid >> $DAEMON_PIDS
19 $ cd .. 19 $ cd ..
20 20
21 $ hg clone --pull http://foo:bar@localhost:$HGPORT/ copy | sed -e "s,:$HGPORT/,:\$HGPORT/," 21 $ hg clone --pull http://foo:bar@localhost:$HGPORT/ copy
22 requesting all changes 22 requesting all changes
23 adding changesets 23 adding changesets
24 adding manifests 24 adding manifests
25 adding file changes 25 adding file changes
26 added 1 changesets with 1 changes to 1 files 26 added 1 changesets with 1 changes to 1 files
41 foo 41 foo
42 42
43 $ hg manifest --debug 43 $ hg manifest --debug
44 2ed2a3912a0b24502043eae84ee4b279c18b90dd 644 foo 44 2ed2a3912a0b24502043eae84ee4b279c18b90dd 644 foo
45 45
46 $ hg pull | sed -e "s,:$HGPORT/,:\$HGPORT/," 46 $ hg pull
47 pulling from http://foo:***@localhost:$HGPORT/ 47 pulling from http://foo:\*\*\*@localhost:.*/
48 searching for changes 48 searching for changes
49 no changes found 49 no changes found
50 50
51 $ hg rollback --dry-run --verbose | sed -e "s,:$HGPORT/,:\$HGPORT/," 51 $ hg rollback --dry-run --verbose
52 rolling back to revision -1 (undo pull: http://foo:***@localhost:$HGPORT/) 52 rolling back to revision -1 \(undo pull: http://foo:\*\*\*@localhost:.*/\)
53 53
54 Issue 622: 54 Issue 622:
55 55
56 $ cd .. 56 $ cd ..
57 $ hg init empty 57 $ hg init empty