view hgext/__init__.py @ 30025:4d9999e43ff7

histedit: avoid converting nodeid to context and back again It looks like this became unnecessary in e767f5aba810 (histedit: fix preventing strips during histedit, 2015-04-04).
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 27 Sep 2016 22:09:28 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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