hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Mon, 29 Feb 2016 18:10:07 +0900
changeset 28873 2ca3b7c563f3
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
parser: move alias definition parser to common rule-set class The original _parsealiasdefn() function is split into common _builddefn() and revset-specific _parsealiasdefn(). revset._relabelaliasargs() is removed as it is no longer used. The doctests are ported by using the dummy parse().

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