Show More
@@ -52,7 +52,7 b' Test pullbundle functionality' | |||
|
52 | 52 | > 1.hg BUNDLESPEC=bzip2-v2 heads=ed1b79f46b9a29f5a6efa59cf12fcfca43bead5a bases=bbd179dfa0a71671c253b3ae0aa1513b60d199fa |
|
53 | 53 | > 0.hg BUNDLESPEC=gzip-v2 heads=bbd179dfa0a71671c253b3ae0aa1513b60d199fa |
|
54 | 54 | > EOF |
|
55 | $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid | |
|
55 | $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid -E ../error.txt | |
|
56 | 56 | listening at http://*:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (glob) (?) |
|
57 | 57 | $ cat ../repo.pid >> $DAEMON_PIDS |
|
58 | 58 | $ cd .. |
@@ -64,6 +64,7 b' Test pullbundle functionality' | |||
|
64 | 64 | new changesets bbd179dfa0a7 (1 drafts) |
|
65 | 65 | updating to branch default |
|
66 | 66 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
67 | $ cat error.txt | |
|
67 | 68 | $ cd repo.pullbundle |
|
68 | 69 | $ hg pull -r 1 |
|
69 | 70 | pulling from http://localhost:$HGPORT2/ |
General Comments 0
You need to be logged in to leave comments.
Login now