hgext/clonebundles.py
changeset 26644 74de1c59f71c
parent 26623 5a95fe44121d
child 26645 2faa7671a4b3
--- a/hgext/clonebundles.py	Tue Oct 13 10:41:54 2015 -0700
+++ b/hgext/clonebundles.py	Tue Oct 13 11:45:30 2015 -0700
@@ -32,7 +32,23 @@
 
 Metadata Attributes:
 
-TBD
+BUNDLESPEC
+   A "bundle specification" string that describes the type of the bundle.
+
+   These are string values that are accepted by the "--type" argument of
+   `hg bundle`.
+
+   The values are parsed in strict mode, which means they must be of the
+   "<compression>-<type>" form. See
+   mercurial.exchange.parsebundlespec() for more details.
+
+   Clients will automatically filter out specifications that are unknown or
+   unsupported so they won't attempt to download something that likely won't
+   apply.
+
+   The actual value doesn't impact client behavior beyond filtering:
+   clients will still sniff the bundle type from the header of downloaded
+   files.
 """
 
 from mercurial import (