comparison tests/test-bundle @ 6128:b3286a92f4bc

bundlerepo: test exposing inconsistency of parsed and internal name (issue #821)
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Sun, 10 Feb 2008 08:52:50 +0100
parents da72b4d24797
children 73b1de288801
comparison
equal deleted inserted replaced
6127:25c372e8f261 6128:b3286a92f4bc
68 echo '[hooks]' >> .hg/hgrc 68 echo '[hooks]' >> .hg/hgrc
69 echo 'changegroup = python ../printenv.py changegroup' >> .hg/hgrc 69 echo 'changegroup = python ../printenv.py changegroup' >> .hg/hgrc
70 #doesn't work (yet ?) 70 #doesn't work (yet ?)
71 #hg -R bundle://../full.hg verify 71 #hg -R bundle://../full.hg verify
72 hg pull bundle://../full.hg 72 hg pull bundle://../full.hg
73 echo "====== Rollback empty"
74 hg rollback
73 cd .. 75 cd ..
76 echo "====== Log -R bundle:empty+full.hg"
77 hg -R bundle:empty+full.hg log --template="{rev} "
78 echo ""
79 echo "====== Pull full.hg into empty again (using -R; with hook)"
80 hg -R empty pull full.hg
74 81
75 echo "====== Create partial clones" 82 echo "====== Create partial clones"
76 rm -r empty 83 rm -r empty
77 hg init empty 84 hg init empty
78 hg clone -r 3 test partial 85 hg clone -r 3 test partial