tests/test-pull
changeset 10398 ace3cf2bc991
parent 10154 d4a62b6d4a58
child 10470 2b57eed1be0b
equal deleted inserted replaced
10397:8cb81d75730c 10398:ace3cf2bc991
     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 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,:$HGPORT/,:\$HGPORT/,"
    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
    20 hg pull | sed -e 's,:[0-9][0-9]*/,/,'
    20 hg pull | sed -e "s,:$HGPORT/,:\$HGPORT/,"
    21 
    21 
    22 echo % issue 622
    22 echo % issue 622
    23 cd ..
    23 cd ..
    24 hg init empty
    24 hg init empty
    25 cd empty
    25 cd empty