tests/test-pull
changeset 10157 5d92fe90be84
parent 9996 2770d03ae49f
child 10398 ace3cf2bc991
equal deleted inserted replaced
10156:c31ac3f7fd8f 10157:5d92fe90be84
     9 hg verify
     9 hg verify
    10 hg serve -p $HGPORT -d --pid-file=hg.pid
    10 hg serve -p $HGPORT -d --pid-file=hg.pid
    11 cat hg.pid >> $DAEMON_PIDS
    11 cat hg.pid >> $DAEMON_PIDS
    12 cd ..
    12 cd ..
    13 
    13 
    14 http_proxy= hg clone --pull http://localhost:$HGPORT/ copy | sed -e 's,:[0-9][0-9]*/,/,'
    14 hg clone --pull http://localhost:$HGPORT/ copy | sed -e 's,:[0-9][0-9]*/,/,'
    15 cd copy
    15 cd copy
    16 hg verify
    16 hg verify
    17 hg co
    17 hg co
    18 cat foo
    18 cat foo
    19 hg manifest --debug
    19 hg manifest --debug