Mercurial > hg
view hgext/__init__.py @ 33045:99c6c9fa9e6d
cmdutil: use named arguments for changeset_templater.__init__
This will make the API more extensible and easier to use.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 24 Jun 2017 11:47:26 -0700 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)