hgext/share.py
branchstable
changeset 44979 2fd8a8c11273
parent 43506 9f70512ae2cf
child 45942 89a2afe31e82
equal deleted inserted replaced
44978:95c672c07116 44979:2fd8a8c11273
     2 #
     2 #
     3 # This software may be used and distributed according to the terms of the
     3 # This software may be used and distributed according to the terms of the
     4 # GNU General Public License version 2 or any later version.
     4 # GNU General Public License version 2 or any later version.
     5 
     5 
     6 '''share a common history between several working directories
     6 '''share a common history between several working directories
       
     7 
       
     8 The share extension introduces a new command :hg:`share` to create a new
       
     9 working directory. This is similar to :hg:`clone`, but doesn't involve
       
    10 copying or linking the storage of the repository. This allows working on
       
    11 different branches or changes in parallel without the associated cost in
       
    12 terms of disk space.
       
    13 
       
    14 Note: destructive operations or extensions like :hg:`rollback` should be
       
    15 used with care as they can result in confusing problems.
     7 
    16 
     8 Automatic Pooled Storage for Clones
    17 Automatic Pooled Storage for Clones
     9 -----------------------------------
    18 -----------------------------------
    10 
    19 
    11 When this extension is active, :hg:`clone` can be configured to
    20 When this extension is active, :hg:`clone` can be configured to