equal
deleted
inserted
replaced
47 hg debugindex .hg/store/data/anotherfile.i |
47 hg debugindex .hg/store/data/anotherfile.i |
48 hg debugindex .hg/store/data/fred.i |
48 hg debugindex .hg/store/data/fred.i |
49 hg debugindex .hg/store/00manifest.i |
49 hg debugindex .hg/store/00manifest.i |
50 hg verify |
50 hg verify |
51 echo "# Starting server" |
51 echo "# Starting server" |
52 hg serve -p $HGPORT -d --pid-file=../hg1.pid |
52 hg serve -p $HGPORT -E ../error.log -d --pid-file=../hg1.pid |
53 cd .. |
53 cd .. |
54 cat hg1.pid >> $DAEMON_PIDS |
54 cat hg1.pid >> $DAEMON_PIDS |
55 |
55 |
56 echo "# clone remote via stream" |
56 echo "# clone remote via stream" |
57 for i in 0 1 2 3 4 5 6 7 8; do |
57 for i in 0 1 2 3 4 5 6 7 8; do |
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,:[0-9][0-9]*/,/,' |
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,:[0-9][0-9]*/,/,' |
77 hg verify |
77 hg verify |
78 cd .. |
78 cd .. |
|
79 cat error.log |