view hgext/__init__.py @ 36408:83bade6206d4

split: use ctx.rev() instead of %d % ctx And rename a variable for clarity while we're here. This is part of our effort to wean off basectx.__int__. Differential Revision: https://phab.mercurial-scm.org/D2430
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 24 Feb 2018 11:20:24 -0800
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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