tests/test-bundle
changeset 4699 a6b62584d0b2
parent 4287 ce71da8ab4f5
equal deleted inserted replaced
4698:30e826bd8ed1 4699:a6b62584d0b2
    60 hg incoming bundle://../full.hg
    60 hg incoming bundle://../full.hg
    61 hg -R bundle://../full.hg outgoing ../partial2
    61 hg -R bundle://../full.hg outgoing ../partial2
    62 hg -R bundle://../does-not-exist.hg outgoing ../partial2
    62 hg -R bundle://../does-not-exist.hg outgoing ../partial2
    63 cd ..
    63 cd ..
    64 
    64 
       
    65 # test for http://www.selenic.com/mercurial/bts/issue216
       
    66 rm -r empty
       
    67 hg init empty
       
    68 hg -R test bundle --base null -r 0 ../0.hg
       
    69 hg -R test bundle --base 0    -r 1 ../1.hg
       
    70 hg -R empty unbundle -u ../0.hg ../1.hg
       
    71 
    65 # test for 540d1059c802
    72 # test for 540d1059c802
    66 hg init orig
    73 hg init orig
    67 cd orig
    74 cd orig
    68 echo foo > foo
    75 echo foo > foo
    69 hg add foo
    76 hg add foo