internal-doc: document the 'phases' parameters to 'getbundle' stable
authorBoris Feld <boris.feld@octobus.net>
Fri, 27 Oct 2017 21:35:34 +0200
branchstable
changeset 34930 28baeab476cc
parent 34929 a74befa25ade
child 34931 3f8273172636
internal-doc: document the 'phases' parameters to 'getbundle' The getbundle wireprotocol method has some extended documentation. We update it with the next parameters introduced for binary phases.
mercurial/help/internals/wireprotocol.txt
--- a/mercurial/help/internals/wireprotocol.txt	Sat Oct 28 00:00:05 2017 -0400
+++ b/mercurial/help/internals/wireprotocol.txt	Fri Oct 27 21:35:34 2017 +0200
@@ -731,6 +731,8 @@
 cbattempted
    Boolean indicating whether the client attempted to use the *clone bundles*
    feature before performing this request.
+phases
+   Boolean indicating whether phases data is requested.
 
 The return type on success is a ``stream`` where the value is bundle.
 On the HTTP transport, the response is zlib compressed.