comparison tests/test-pull-bundle.t @ 37516:20808ddb4990

tests: stabilize test-pull-bundle.t for Windows See 594dd384803c.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 10 Apr 2018 22:57:55 -0400
parents aacfca6f9767
children fb91757471b5
comparison
equal deleted inserted replaced
37515:8a5ee6aa8870 37516:20808ddb4990
47 > 2.hg heads=effea6de0384e684f44435651cb7bd70b8735bd4 bases=bbd179dfa0a71671c253b3ae0aa1513b60d199fa 47 > 2.hg heads=effea6de0384e684f44435651cb7bd70b8735bd4 bases=bbd179dfa0a71671c253b3ae0aa1513b60d199fa
48 > 1.hg heads=ed1b79f46b9a29f5a6efa59cf12fcfca43bead5a bases=bbd179dfa0a71671c253b3ae0aa1513b60d199fa 48 > 1.hg heads=ed1b79f46b9a29f5a6efa59cf12fcfca43bead5a bases=bbd179dfa0a71671c253b3ae0aa1513b60d199fa
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
56 adding changesets 56 adding changesets
57 adding manifests 57 adding manifests
89 89
90 Test pullbundle functionality for incremental pulls 90 Test pullbundle functionality for incremental pulls
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
98 requesting all changes 98 requesting all changes
99 adding changesets 99 adding changesets
124 $ cat <<EOF > .hg/pullbundles.manifest 124 $ cat <<EOF > .hg/pullbundles.manifest
125 > 0.hg heads=ed1b79f46b9a29f5a6efa59cf12fcfca43bead5a bases=bbd179dfa0a71671c253b3ae0aa1513b60d199fa 125 > 0.hg heads=ed1b79f46b9a29f5a6efa59cf12fcfca43bead5a bases=bbd179dfa0a71671c253b3ae0aa1513b60d199fa
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
133 adding changesets 133 adding changesets
134 adding manifests 134 adding manifests