Show More
@@ -70,11 +70,6 b" However, *streaming clone bundles* don't" | |||
|
70 | 70 | operators need to be aware that newer versions of Mercurial may produce |
|
71 | 71 | streaming clone bundles incompatible with older Mercurial versions.** |
|
72 | 72 | |
|
73 | The list of requirements printed by :hg:`debugcreatestreamclonebundle` should | |
|
74 | be specified in the ``requirements`` parameter of the *bundle specification | |
|
75 | string* for the ``BUNDLESPEC`` manifest property described below. e.g. | |
|
76 | ``BUNDLESPEC=none-packed1;requirements%3Drevlogv1``. | |
|
77 | ||
|
78 | 73 | A server operator is responsible for creating a ``.hg/clonebundles.manifest`` |
|
79 | 74 | file containing the list of available bundle files suitable for seeding |
|
80 | 75 | clones. If this file does not exist, the repository will not advertise the |
@@ -108,6 +103,10 b' BUNDLESPEC' | |||
|
108 | 103 | "<compression>-<type>" form. See |
|
109 | 104 | mercurial.exchange.parsebundlespec() for more details. |
|
110 | 105 | |
|
106 | :hg:`debugbundle --spec` can be used to print the bundle specification | |
|
107 | string for a bundle file. The output of this command can be used verbatim | |
|
108 | for the value of ``BUNDLESPEC`` (it is already escaped). | |
|
109 | ||
|
111 | 110 | Clients will automatically filter out specifications that are unknown or |
|
112 | 111 | unsupported so they won't attempt to download something that likely won't |
|
113 | 112 | apply. |
@@ -117,7 +116,8 b' BUNDLESPEC' | |||
|
117 | 116 | files. |
|
118 | 117 | |
|
119 | 118 | **Use of this key is highly recommended**, as it allows clients to |
|
120 | easily skip unsupported bundles. | |
|
119 | easily skip unsupported bundles. If this key is not defined, an old | |
|
120 | client may attempt to apply a bundle that it is incapable of reading. | |
|
121 | 121 | |
|
122 | 122 | REQUIRESNI |
|
123 | 123 | Whether Server Name Indication (SNI) is required to connect to the URL. |
General Comments 0
You need to be logged in to leave comments.
Login now