##// END OF EJS Templates
bundlerepo: test exposing inconsistency of parsed and internal name (issue #821)
Peter Arrenbrecht -
r6128:b3286a92 default
parent child Browse files
Show More
@@ -70,7 +70,14 b" echo 'changegroup = python ../printenv.p"
70 70 #doesn't work (yet ?)
71 71 #hg -R bundle://../full.hg verify
72 72 hg pull bundle://../full.hg
73 echo "====== Rollback empty"
74 hg rollback
73 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 82 echo "====== Create partial clones"
76 83 rm -r empty
@@ -124,6 +124,19 b' adding manifests'
124 124 adding file changes
125 125 added 9 changesets with 7 changes to 4 files (+1 heads)
126 126 (run 'hg heads' to see heads, 'hg merge' to merge)
127 ====== Rollback empty
128 rolling back last transaction
129 ====== Log -R bundle:empty+full.hg
130 8 7 6 5 4 3 2 1 0
131 ====== Pull full.hg into empty again (using -R; with hook)
132 changegroup hook: HG_NODE=5649c9d34dd87d0ecb5fd39672128376e83b22e1 HG_SOURCE=pull HG_URL=bundle:full.hg+empty
133 pulling from full.hg
134 requesting all changes
135 adding changesets
136 adding manifests
137 adding file changes
138 added 9 changesets with 7 changes to 4 files (+1 heads)
139 (run 'hg heads' to see heads, 'hg merge' to merge)
127 140 ====== Create partial clones
128 141 requesting all changes
129 142 adding changesets
General Comments 0
You need to be logged in to leave comments. Login now