hgext/__init__.py
author Augie Fackler <augie@google.com>
Fri, 12 Apr 2019 12:06:13 -0400
changeset 42108 1b5cec8b6a1e
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
rebase: fix bug that prevented dry-run rebases from printing failures As far as I can tell it should be fine to unconditionally skip _prepareabortorcontinue if we're in the process of raising an Abort here. Differential Revision: https://phab.mercurial-scm.org/D6226

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