comparison hgext/share.py @ 34948:ff178743e59b stable

help: minor copy editing for grammar
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 31 Oct 2017 23:09:29 -0400
parents 9f7ecc5bbc28
children 0f5521e56b77
comparison
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