hgext/__init__.py
author Jun Wu <quark@fb.com>
Fri, 01 Sep 2017 19:42:09 -0700
changeset 34273 b0790bebfcf8
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
revset: move weight information to predicate Previously revset weight is hardcoded and cannot be modified. This patch moves it to predicate so newly registered revsets could define their weight to properly give static optimization some hint. Differential Revision: https://phab.mercurial-scm.org/D657

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