hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 20 Jun 2018 09:27:30 -0700
changeset 38420 c1f4364f9336
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
fix: include cleanupnodes() in transaction As pointed out by Yuya, we need a transaction to make sure the state before the call to cleanupnodes() is not observable. Differential Revision: https://phab.mercurial-scm.org/D3823

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)