hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 05 Mar 2018 00:28:40 -0500
changeset 37111 0351fb0153ba
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
histedit: always define update results Before, we had a branch that could return None for the update stats. Let's just return an updateresult instance instead. Differential Revision: https://phab.mercurial-scm.org/D2693

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