hgext/__init__.py
author Boris Feld <boris.feld@octobus.net>
Wed, 26 Sep 2018 21:51:29 +0200
changeset 39919 b153ca77a52b
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
histedit: don't cleanup nodes already disposed of If something else took care of these temporary nodes, we don't need to do anything about it. This less liberal usage of pruning through cleanup nodes will help us further cleanup on the road to explicitly tracks folds.

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