hgext/__init__.py
author Ian Moody <moz-ian@perix.co.uk>
Sat, 20 Apr 2019 16:01:47 +0100
changeset 42198 d49ab47be8a6
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
phabricator: include branch in the diffproperty metadata This does not make Phabricator display the branch in web UI anywhere as that still need us to use creatediff API for that. However a future patch will make phabread use this to include the branch in its `hg import`-able output. Differential Revision: https://phab.mercurial-scm.org/D6297

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