internals: document when "hello" and "capabilities" commands were added
authorGregory Szorc <gregory.szorc@gmail.com>
Thu, 01 Feb 2018 21:55:06 -0800
changeset 35883 0d8024be7166
parent 35882 87416288be98
child 35884 197d10e157ce
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
mercurial/help/internals/wireprotocol.txt
--- 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
 --------