tests/test-bundle
changeset 5664 da72b4d24797
parent 5663 99fdef2e6793
child 6128 b3286a92f4bc
equal deleted inserted replaced
5663:99fdef2e6793 5664:da72b4d24797
    46 hg --cwd empty pull ../full.hg
    46 hg --cwd empty pull ../full.hg
    47 echo "====== Rollback empty"
    47 echo "====== Rollback empty"
    48 hg -R empty rollback
    48 hg -R empty rollback
    49 echo "====== Pull full.hg into empty again (using --cwd)"
    49 echo "====== Pull full.hg into empty again (using --cwd)"
    50 hg --cwd empty pull ../full.hg
    50 hg --cwd empty pull ../full.hg
       
    51 
       
    52 echo "====== Pull full.hg into test (using -R)"
       
    53 hg -R test pull full.hg
       
    54 echo "====== Pull full.hg into empty (using -R)"
       
    55 hg -R empty pull full.hg
       
    56 echo "====== Rollback empty"
       
    57 hg -R empty rollback
       
    58 echo "====== Pull full.hg into empty again (using -R)"
       
    59 hg -R empty pull full.hg
    51 
    60 
    52 echo "====== Log -R full.hg in fresh empty"
    61 echo "====== Log -R full.hg in fresh empty"
    53 rm -r empty
    62 rm -r empty
    54 hg init empty
    63 hg init empty
    55 cd empty
    64 cd empty