equal
deleted
inserted
replaced
57 |
57 |
58 $ touch server/.hg/clonebundles.manifest |
58 $ touch server/.hg/clonebundles.manifest |
59 $ hg --verbose clone -U http://localhost:$HGPORT empty-manifest |
59 $ hg --verbose clone -U http://localhost:$HGPORT empty-manifest |
60 no clone bundles available on remote; falling back to regular clone |
60 no clone bundles available on remote; falling back to regular clone |
61 requesting all changes |
61 requesting all changes |
|
62 adding changesets |
|
63 adding manifests |
|
64 adding file changes |
|
65 added 2 changesets with 2 changes to 2 files |
|
66 |
|
67 Server advertises presence of feature to client requesting full clone |
|
68 |
|
69 $ hg --config experimental.clonebundles=false clone -U http://localhost:$HGPORT advertise-on-clone |
|
70 requesting all changes |
|
71 remote: this server supports the experimental "clone bundles" feature that should enable faster and more reliable cloning |
|
72 remote: help test it by setting the "experimental.clonebundles" config flag to "true" |
62 adding changesets |
73 adding changesets |
63 adding manifests |
74 adding manifests |
64 adding file changes |
75 adding file changes |
65 added 2 changesets with 2 changes to 2 files |
76 added 2 changesets with 2 changes to 2 files |
66 |
77 |