Show More
@@ -49,7 +49,7 b' Test pullbundle functionality' | |||
|
49 | 49 | > 0.hg heads=bbd179dfa0a71671c253b3ae0aa1513b60d199fa |
|
50 | 50 | > EOF |
|
51 | 51 | $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid |
|
52 |
listening at http:// |
|
|
52 | listening at http://*:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (glob) (?) | |
|
53 | 53 | $ cat ../repo.pid >> $DAEMON_PIDS |
|
54 | 54 | $ cd .. |
|
55 | 55 | $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle |
@@ -91,7 +91,7 b' Test pullbundle functionality for increm' | |||
|
91 | 91 | |
|
92 | 92 | $ cd repo |
|
93 | 93 | $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid |
|
94 |
listening at http:// |
|
|
94 | listening at http://*:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (glob) (?) | |
|
95 | 95 | $ cat ../repo.pid >> $DAEMON_PIDS |
|
96 | 96 | $ cd .. |
|
97 | 97 | $ hg clone http://localhost:$HGPORT2/ repo.pullbundle2 |
@@ -126,7 +126,7 b' Test recovery from misconfigured server ' | |||
|
126 | 126 | > 0.hg heads=bbd179dfa0a71671c253b3ae0aa1513b60d199fa |
|
127 | 127 | > EOF |
|
128 | 128 | $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid |
|
129 |
listening at http:// |
|
|
129 | listening at http://*:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (glob) (?) | |
|
130 | 130 | $ cat ../repo.pid >> $DAEMON_PIDS |
|
131 | 131 | $ cd .. |
|
132 | 132 | $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle3 |
@@ -79,7 +79,7 b' expect success' | |||
|
79 | 79 | > txnclose-phase.test = sh $TESTTMP/hook.sh |
|
80 | 80 | > EOF |
|
81 | 81 | $ req "--debug --config extensions.blackbox=" |
|
82 |
listening at http:// |
|
|
82 | listening at http://*:$HGPORT/ (bound to $LOCALIP:$HGPORT) (glob) (?) | |
|
83 | 83 | pushing to http://localhost:$HGPORT/ |
|
84 | 84 | searching for changes |
|
85 | 85 | remote: redirecting incoming bundle to */hg-unbundle-* (glob) |
@@ -100,7 +100,7 b' expect success' | |||
|
100 | 100 | $ hg rollback |
|
101 | 101 | repository tip rolled back to revision 0 (undo serve) |
|
102 | 102 | $ req "--debug --config server.streamunbundle=True --config extensions.blackbox=" |
|
103 |
listening at http:// |
|
|
103 | listening at http://*:$HGPORT/ (bound to $LOCALIP:$HGPORT) (glob) (?) | |
|
104 | 104 | pushing to http://localhost:$HGPORT/ |
|
105 | 105 | searching for changes |
|
106 | 106 | remote: adding changesets |
General Comments 0
You need to be logged in to leave comments.
Login now