tests/test-bundle2-remote-changegroup.t
changeset 32958 75be14993fda
parent 31335 f28f2ac65c66
child 33261 be49f3fdcd10
equal deleted inserted replaced
32957:cad62cb3c84c 32958:75be14993fda
    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"