# HG changeset patch # User Pierre-Yves David # Date 1685545456 -3600 # Node ID 89556caf3c663ac98aea80982d1d48ad73fa6b9e # Parent cbcbf63b6dbf804603e0a3d008a9bda449bfb346 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. diff -r cbcbf63b6dbf -r 89556caf3c66 mercurial/debugcommands.py --- 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`.