hgext/share.py
branchstable
changeset 34948 ff178743e59b
parent 34878 9f7ecc5bbc28
child 34982 0f5521e56b77
equal deleted inserted replaced
34947:ff2110eadbfa 34948:ff178743e59b
    32     "remote" means the name is derived from the source repository's
    32     "remote" means the name is derived from the source repository's
    33     path or URL. In this mode, storage is only shared if the path or URL
    33     path or URL. In this mode, storage is only shared if the path or URL
    34     requested in the :hg:`clone` command matches exactly to a repository
    34     requested in the :hg:`clone` command matches exactly to a repository
    35     that was cloned before.
    35     that was cloned before.
    36 
    36 
    37     The default naming mode is "identity."
    37     The default naming mode is "identity".
    38 '''
    38 '''
    39 
    39 
    40 from __future__ import absolute_import
    40 from __future__ import absolute_import
    41 
    41 
    42 import errno
    42 import errno