view hgext/__init__.py @ 31021:4189d790e8a4

shelve: add -n/--name option to unshelve (issue5475) This makes using shelve/unshelve more consistent because shelving can be done using name option and unshelving as well. Author of the idea of this improvement and solution is joshgold.
author liscju <piotr.listkiewicz@gmail.com>
date Sun, 19 Feb 2017 10:56:08 +0100
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)