hgext/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 23 Dec 2017 00:19:09 +0530
changeset 36060 cabe8ef5c71e
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
remotenames: introduce class to encapsulate remotenames info in an extension This patch adds a new extension remotenames in which features from hgremotenames extension (https://bb/seanfarley/hgremotenames) will be added incrementally. This patch introduces a basic class to encapsulate the remotenames information. Differential Revision: https://phab.mercurial-scm.org/D1756

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