changeset 50644:89556caf3c66

stream-clone: update debugcreatestreamclonebundle helps People to stop using streamv1, so we should point them to alternative in the place where people might find it.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 31 May 2023 16:04:16 +0100
parents cbcbf63b6dbf
children c814101560d9
files mercurial/debugcommands.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/debugcommands.py	Thu May 25 00:23:05 2023 +0200
+++ b/mercurial/debugcommands.py	Wed May 31 16:04:16 2023 +0100
@@ -617,6 +617,10 @@
 
     Stream bundles are special bundles that are essentially archives of
     revlog files. They are commonly used for cloning very quickly.
+
+    This command creates a "version 1" stream clone, which is deprecated in
+    favor of newer versions of the stream protocol. Bundles using such newer
+     versions can be generated using the `hg bundle` command.
     """
     # TODO we may want to turn this into an abort when this functionality
     # is moved into `hg bundle`.