equal
deleted
inserted
replaced
64 cd test-8 |
64 cd test-8 |
65 hg pull ../test-7 |
65 hg pull ../test-7 |
66 hg verify |
66 hg verify |
67 cd .. |
67 cd .. |
68 cd test-1 |
68 cd test-1 |
69 hg pull -r 4 http://localhost:$HGPORT/ 2>&1 | sed -e 's,:[0-9][0-9]*/,/,' |
69 hg pull -r 4 http://localhost:$HGPORT/ 2>&1 | sed -e "s,:$HGPORT/,:\$HGPORT/," |
70 hg verify |
70 hg verify |
71 hg pull http://localhost:$HGPORT/ 2>&1 | sed -e 's,:[0-9][0-9]*/,/,' |
71 hg pull http://localhost:$HGPORT/ 2>&1 | sed -e "s,:$HGPORT/,:\$HGPORT/," |
72 cd .. |
72 cd .. |
73 cd test-2 |
73 cd test-2 |
74 hg pull -r 5 http://localhost:$HGPORT/ 2>&1 | sed -e 's,:[0-9][0-9]*/,/,' |
74 hg pull -r 5 http://localhost:$HGPORT/ 2>&1 | sed -e "s,:$HGPORT/,:\$HGPORT/," |
75 hg verify |
75 hg verify |
76 hg pull http://localhost:$HGPORT/ 2>&1 | sed -e 's,:[0-9][0-9]*/,/,' |
76 hg pull http://localhost:$HGPORT/ 2>&1 | sed -e "s,:$HGPORT/,:\$HGPORT/," |
77 hg verify |
77 hg verify |
78 cd .. |
78 cd .. |
79 cat error.log |
79 cat error.log |