D2000: internals: document when "hello" and "capabilities" commands were added

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Feb 2 07:03:32 UTC 2018


indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  Both were introduced in 0.9.1.
  
  "hello" made its entrance in https://phab.mercurial-scm.org/rHGb17eebc911ae808e10487a567d94e1f05d70adf1, https://phab.mercurial-scm.org/rHG144280f1578f11844de8eebd6e9f0464805dbec3, and
  https://phab.mercurial-scm.org/rHGa1cfe679192c7533765c470ce31e9fe1a0ef8091 to support SSH.
  
  "capabilities" was added in https://phab.mercurial-scm.org/rHGc660691fb45d2cc1a411556e877e796c5a80b84c to support HTTP.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2000

AFFECTED FILES
  mercurial/help/internals/wireprotocol.txt

CHANGE DETAILS

diff --git a/mercurial/help/internals/wireprotocol.txt b/mercurial/help/internals/wireprotocol.txt
--- a/mercurial/help/internals/wireprotocol.txt
+++ b/mercurial/help/internals/wireprotocol.txt
@@ -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
 --------
 



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list