Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help/internals/wireprotocol.txt @ 37487:68915b9f8e96
wireproto: port listkeys commands to wire protocol v2
Differential Revision: https://phab.mercurial-scm.org/D3181
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 28 Mar 2018 16:00:02 -0700 |
parents | 6847542bb8d7 |
children | 3b99eb028859 |
line wrap: on
line diff
--- a/mercurial/help/internals/wireprotocol.txt Wed Mar 28 15:44:47 2018 -0700 +++ b/mercurial/help/internals/wireprotocol.txt Wed Mar 28 16:00:02 2018 -0700 @@ -1702,3 +1702,17 @@ corresponding requested node at the same index. TODO use a bit array for even more compact response + +listkeys +-------- + +List values in a specified ``pushkey`` namespace. + +The command receives the following arguments: + +namespace + (bytestring) Pushkey namespace to query. + +The response is a map with bytestring keys and values. + +TODO consider using binary to represent nodes in certain pushkey namespaces.