equal
deleted
inserted
replaced
72 > exchange.getbundle2partsmapping['changegroup'] = _getbundlechangegrouppart |
72 > exchange.getbundle2partsmapping['changegroup'] = _getbundlechangegrouppart |
73 > EOF |
73 > EOF |
74 |
74 |
75 Start a simple HTTP server to serve bundles |
75 Start a simple HTTP server to serve bundles |
76 |
76 |
77 $ python "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid |
77 $ $PYTHON "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid |
78 $ cat dumb.pid >> $DAEMON_PIDS |
78 $ cat dumb.pid >> $DAEMON_PIDS |
79 |
79 |
80 $ cat >> $HGRCPATH << EOF |
80 $ cat >> $HGRCPATH << EOF |
81 > [ui] |
81 > [ui] |
82 > ssh=python "$TESTDIR/dummyssh" |
82 > ssh=python "$TESTDIR/dummyssh" |