changeset 35883:0d8024be7166

internals: document when "hello" and "capabilities" commands were added Both were introduced in 0.9.1. "hello" made its entrance in b17eebc911ae, 144280f1578f, and a1cfe679192c to support SSH. "capabilities" was added in c660691fb45d to support HTTP. Differential Revision: https://phab.mercurial-scm.org/D2000
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 01 Feb 2018 21:55:06 -0800
parents 87416288be98
children 197d10e157ce
files mercurial/help/internals/wireprotocol.txt
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/internals/wireprotocol.txt	Sat Jan 27 14:17:26 2018 +0900
+++ b/mercurial/help/internals/wireprotocol.txt	Thu Feb 01 21:55:06 2018 -0800
@@ -662,6 +662,8 @@
 
 This command does not accept any arguments. Return type is a ``string``.
 
+This command was introduced in Mercurial 0.9.1 (released July 2006).
+
 changegroup
 -----------
 
@@ -779,6 +781,8 @@
 
 This command does not accept any arguments. The return type is a ``string``.
 
+This command was introduced in Mercurial 0.9.1 (released July 2006).
+
 listkeys
 --------