diff mercurial/help/internals/wireprotocol.txt @ 37488:3b99eb028859

wireproto: port branchmap to wire protocol v2 Differential Revision: https://phab.mercurial-scm.org/D3182
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 28 Mar 2018 16:10:41 -0700
parents 68915b9f8e96
children aacfca6f9767
line wrap: on
line diff
--- a/mercurial/help/internals/wireprotocol.txt	Wed Mar 28 16:00:02 2018 -0700
+++ b/mercurial/help/internals/wireprotocol.txt	Wed Mar 28 16:10:41 2018 -0700
@@ -1670,6 +1670,16 @@
 TODO require node type be specified, as N bytes of binary node value
 could be ambiguous once SHA-1 is replaced.
 
+branchmap
+---------
+
+Obtain heads in named branches.
+
+Receives no arguments.
+
+The response is a map with bytestring keys defining the branch name.
+Values are arrays of bytestring defining raw changeset nodes.
+
 heads
 -----