[Updated] D8651: share: provide a more useful text for hg help
joerg.sonnenberger (Joerg Sonnenberger)
phabricator at mercurial-scm.org
Thu Jun 25 15:43:56 UTC 2020
Closed by commit rHG2fd8a8c11273: share: provide a more useful text for hg help (authored by joerg.sonnenberger).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8651?vs=21690&id=21714
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8651/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8651
AFFECTED FILES
hgext/share.py
CHANGE DETAILS
diff --git a/hgext/share.py b/hgext/share.py
--- a/hgext/share.py
+++ b/hgext/share.py
@@ -5,6 +5,15 @@
'''share a common history between several working directories
+The share extension introduces a new command :hg:`share` to create a new
+working directory. This is similar to :hg:`clone`, but doesn't involve
+copying or linking the storage of the repository. This allows working on
+different branches or changes in parallel without the associated cost in
+terms of disk space.
+
+Note: destructive operations or extensions like :hg:`rollback` should be
+used with care as they can result in confusing problems.
+
Automatic Pooled Storage for Clones
-----------------------------------
To: joerg.sonnenberger, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200625/f6284dc7/attachment-0002.html>
More information about the Mercurial-patches
mailing list