Mercurial > hg
view hgext3rd/__init__.py @ 49457:53229e170496
phase-shelve: correct unicode string to honor 'shelve.store=internal'
In the case of strip-based shelves, there should be no hidden commit found.
That's because shelve.store=internal is necessary but not sufficient to enable
phase-based shelves; internal-phase must also be set.
author | Jason R. Coombs <jaraco@jaraco.com> |
---|---|
date | Mon, 22 Aug 2022 16:59:14 -0400 |
parents | 6000f5b25c9b |
children | f4733654f144 |
line wrap: on
line source
# name space package to host third party extensions import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)