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