mercurial/help/internals/wireprotocol.txt
changeset 35923 0d8024be7166
parent 35276 cb4dcd7fabe7
child 36014 40d94ea51402
equal deleted inserted replaced
35922:87416288be98 35923:0d8024be7166
   659 
   659 
   660 Unlike the ``hello`` command, the capabilities string is not prefixed.
   660 Unlike the ``hello`` command, the capabilities string is not prefixed.
   661 There is no trailing newline.
   661 There is no trailing newline.
   662 
   662 
   663 This command does not accept any arguments. Return type is a ``string``.
   663 This command does not accept any arguments. Return type is a ``string``.
       
   664 
       
   665 This command was introduced in Mercurial 0.9.1 (released July 2006).
   664 
   666 
   665 changegroup
   667 changegroup
   666 -----------
   668 -----------
   667 
   669 
   668 (Legacy command: use ``getbundle`` instead)
   670 (Legacy command: use ``getbundle`` instead)
   777 SSH clients typically issue this command as soon as a connection is
   779 SSH clients typically issue this command as soon as a connection is
   778 established.
   780 established.
   779 
   781 
   780 This command does not accept any arguments. The return type is a ``string``.
   782 This command does not accept any arguments. The return type is a ``string``.
   781 
   783 
       
   784 This command was introduced in Mercurial 0.9.1 (released July 2006).
       
   785 
   782 listkeys
   786 listkeys
   783 --------
   787 --------
   784 
   788 
   785 List values in a specified ``pushkey`` namespace.
   789 List values in a specified ``pushkey`` namespace.
   786 
   790