tests/test-pull
changeset 10886 38f2ef9c134b
parent 10775 c52057614c72
equal deleted inserted replaced
10884:4fb1bafd43e7 10886:38f2ef9c134b
     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,:$HGPORT/,:\$HGPORT/,"
    14 hg clone --pull http://foo:bar@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,:$HGPORT/,:\$HGPORT/,"
    20 hg pull | sed -e "s,:$HGPORT/,:\$HGPORT/,"
       
    21 hg rollback --dry-run --verbose | sed -e "s,:$HGPORT/,:\$HGPORT/,"
    21 
    22 
    22 echo % issue 622
    23 echo % issue 622
    23 cd ..
    24 cd ..
    24 hg init empty
    25 hg init empty
    25 cd empty
    26 cd empty