Mercurial > hg
comparison tests/test-bundle @ 8936:1de6e7e1bb9f
change wiki/bts URLs to point to new hostname
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 24 Jun 2009 15:32:37 +0200 |
parents | 6c82beaaa11a |
children | 0b999aec64e8 |
comparison
equal
deleted
inserted
replaced
8935:f4f0e902b750 | 8936:1de6e7e1bb9f |
---|---|
101 echo "====== Direct clone from bundle (all-history)" | 101 echo "====== Direct clone from bundle (all-history)" |
102 hg clone full.hg full-clone | 102 hg clone full.hg full-clone |
103 hg -R full-clone heads | 103 hg -R full-clone heads |
104 rm -r full-clone | 104 rm -r full-clone |
105 | 105 |
106 # test for http://www.selenic.com/mercurial/bts/issue216 | 106 # test for http://mercurial.selenic.com/bts/issue216 |
107 echo "====== Unbundle incremental bundles into fresh empty in one go" | 107 echo "====== Unbundle incremental bundles into fresh empty in one go" |
108 rm -r empty | 108 rm -r empty |
109 hg init empty | 109 hg init empty |
110 hg -R test bundle --base null -r 0 ../0.hg | 110 hg -R test bundle --base null -r 0 ../0.hg |
111 hg -R test bundle --base 0 -r 1 ../1.hg | 111 hg -R test bundle --base 0 -r 1 ../1.hg |
129 | 129 |
130 cd ../orig | 130 cd ../orig |
131 hg incoming ../bundle.hg | 131 hg incoming ../bundle.hg |
132 cd .. | 132 cd .. |
133 | 133 |
134 # test for http://www.selenic.com/mercurial/bts/issue1144 | 134 # test for http://mercurial.selenic.com/bts/issue1144 |
135 echo "===== test that verify bundle does not traceback" | 135 echo "===== test that verify bundle does not traceback" |
136 # partial history bundle, fails w/ unkown parent | 136 # partial history bundle, fails w/ unkown parent |
137 hg -R bundle.hg verify | 137 hg -R bundle.hg verify |
138 # full history bundle, refuses to verify non-local repo | 138 # full history bundle, refuses to verify non-local repo |
139 hg -R all.hg verify | 139 hg -R all.hg verify |