##// END OF EJS Templates
stream: add a test showing we also clone bookmarks...
Boris Feld -
r35765:de32acb2 default
parent child Browse files
Show More
@@ -171,3 +171,28 b' actually serving file content'
171 $ wait
171 $ wait
172 $ hg -R clone id
172 $ hg -R clone id
173 000000000000
173 000000000000
174 $ cd ..
175
176 Stream repository with bookmarks
177 --------------------------------
178
179 (revert introduction of secret changeset)
180
181 $ hg -R server phase --draft 'secret()'
182
183 add a bookmark
184
185 $ hg -R server bookmark -r tip some-bookmark
186
187 clone it
188
189 $ hg clone --stream http://localhost:$HGPORT with-bookmarks
190 streaming all changes
191 1027 files to transfer, 96.3 KB of data
192 transferred 96.3 KB in * seconds (*) (glob)
193 searching for changes
194 no changes found
195 updating to branch default
196 1025 files updated, 0 files merged, 0 files removed, 0 files unresolved
197 $ hg -R with-bookmarks bookmarks
198 some-bookmark 1:c17445101a72
General Comments 0
You need to be logged in to leave comments. Login now