# HG changeset patch # User Pierre-Yves David # Date 2023-05-31 15:04:16 # 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 --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -617,6 +617,10 @@ def debugcreatestreamclonebundle(ui, rep 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`.