Show More
@@ -49,7 +49,7 b' Test pullbundle functionality' | |||||
49 | > 0.hg heads=bbd179dfa0a71671c253b3ae0aa1513b60d199fa |
|
49 | > 0.hg heads=bbd179dfa0a71671c253b3ae0aa1513b60d199fa | |
50 | > EOF |
|
50 | > EOF | |
51 | $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid |
|
51 | $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid | |
52 | listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) |
|
52 | listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (?) | |
53 | $ cat ../repo.pid >> $DAEMON_PIDS |
|
53 | $ cat ../repo.pid >> $DAEMON_PIDS | |
54 | $ cd .. |
|
54 | $ cd .. | |
55 | $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle |
|
55 | $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle | |
@@ -91,7 +91,7 b' Test pullbundle functionality for increm' | |||||
91 |
|
91 | |||
92 | $ cd repo |
|
92 | $ cd repo | |
93 | $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid |
|
93 | $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid | |
94 | listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) |
|
94 | listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (?) | |
95 | $ cat ../repo.pid >> $DAEMON_PIDS |
|
95 | $ cat ../repo.pid >> $DAEMON_PIDS | |
96 | $ cd .. |
|
96 | $ cd .. | |
97 | $ hg clone http://localhost:$HGPORT2/ repo.pullbundle2 |
|
97 | $ hg clone http://localhost:$HGPORT2/ repo.pullbundle2 | |
@@ -126,7 +126,7 b' Test recovery from misconfigured server ' | |||||
126 | > 0.hg heads=bbd179dfa0a71671c253b3ae0aa1513b60d199fa |
|
126 | > 0.hg heads=bbd179dfa0a71671c253b3ae0aa1513b60d199fa | |
127 | > EOF |
|
127 | > EOF | |
128 | $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid |
|
128 | $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid | |
129 | listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) |
|
129 | listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (?) | |
130 | $ cat ../repo.pid >> $DAEMON_PIDS |
|
130 | $ cat ../repo.pid >> $DAEMON_PIDS | |
131 | $ cd .. |
|
131 | $ cd .. | |
132 | $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle3 |
|
132 | $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle3 |
General Comments 0
You need to be logged in to leave comments.
Login now