[PATCH 1 of 2 STABLE] internal-doc: document the 'phases' parameters to 'getbundle'

Boris Feld boris.feld at octobus.net
Fri Oct 27 20:10:49 UTC 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1509132934 -7200
#      Fri Oct 27 21:35:34 2017 +0200
# Branch stable
# Node ID c996a94b37293dccb87bd0d8ba2fad68ac413f90
# Parent  f7e4d6c20095d67857c912bd44bb45073ced6f2f
# EXP-Topic doc-phases
# Available At https://bitbucket.org/octobus/mercurial-devel/
#              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r c996a94b3729
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.

diff --git a/mercurial/help/internals/wireprotocol.txt b/mercurial/help/internals/wireprotocol.txt
--- a/mercurial/help/internals/wireprotocol.txt
+++ b/mercurial/help/internals/wireprotocol.txt
@@ -731,6 +731,8 @@ cg
 cbattempted
    Boolean indicating whether the client attempted to use the *clone bundles*
    feature before performing this request.
+phases
+   Boolean indicating wheter 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.


More information about the Mercurial-devel mailing list