##// END OF EJS Templates
test-clonebundles.t: add test for incremental pull...
Gregory Szorc -
r26854:cb4b0ec5 stable
parent child Browse files
Show More
@@ -156,6 +156,31 b' changes. If this output changes, we coul'
156 adding file changes
156 adding file changes
157 added 1 changesets with 1 changes to 1 files
157 added 1 changesets with 1 changes to 1 files
158
158
159 Incremental pull doesn't fetch bundle
160
161 $ hg clone -r 53245c60e682 -U http://localhost:$HGPORT partial-clone
162 adding changesets
163 adding manifests
164 adding file changes
165 added 1 changesets with 1 changes to 1 files
166
167 $ cd partial-clone
168 $ hg pull
169 pulling from http://localhost:$HGPORT/
170 applying clone bundle from http://localhost:$HGPORT1/partial.hg
171 adding changesets
172 adding manifests
173 adding file changes
174 added 0 changesets with 0 changes to 1 files
175 finished applying clone bundle
176 searching for changes
177 adding changesets
178 adding manifests
179 adding file changes
180 added 1 changesets with 1 changes to 1 files
181 (run 'hg update' to get a working copy)
182 $ cd ..
183
159 Bundle with full content works
184 Bundle with full content works
160
185
161 $ hg -R server bundle --type gzip-v2 --base null -r tip full.hg
186 $ hg -R server bundle --type gzip-v2 --base null -r tip full.hg
General Comments 0
You need to be logged in to leave comments. Login now