##// END OF EJS Templates
stream-clone: update debugcreatestreamclonebundle helps...
marmoute -
r51537:89556caf default
parent child Browse files
Show More
@@ -617,6 +617,10 b' def debugcreatestreamclonebundle(ui, rep'
617
617
618 Stream bundles are special bundles that are essentially archives of
618 Stream bundles are special bundles that are essentially archives of
619 revlog files. They are commonly used for cloning very quickly.
619 revlog files. They are commonly used for cloning very quickly.
620
621 This command creates a "version 1" stream clone, which is deprecated in
622 favor of newer versions of the stream protocol. Bundles using such newer
623 versions can be generated using the `hg bundle` command.
620 """
624 """
621 # TODO we may want to turn this into an abort when this functionality
625 # TODO we may want to turn this into an abort when this functionality
622 # is moved into `hg bundle`.
626 # is moved into `hg bundle`.
General Comments 0
You need to be logged in to leave comments. Login now