# HG changeset patch # User Boris Feld # Date 2017-10-27 19:35:34 # Node ID 28baeab476ccddb009b034b77179d912fb0fc373 # Parent a74befa25adea6464cd097bf5a227551c48483e9 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 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.