# HG changeset patch # User Siddharth Agarwal # Date 2017-05-03 21:07:14 # Node ID 435a3842ca3a5131f746bb8d2e910ac953fab08e # Parent 6dea1701f170f38f931759267d2bbd3f49de92a5 internals: document that "branches" is a legacy wire command Modern clients use a different discovery mechanism. 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 @@ -632,6 +632,9 @@ There is no trailing newline. branches -------- +(Legacy command used for discovery in old clients. Clients with ``getbundle`` +use the ``known`` and ``heads`` commands instead.) + Obtain ancestor changesets of specific nodes back to a branch point. Despite the name, this command has nothing to do with Mercurial named branches.