hgext/__init__.py
author Sangeet Kumar Mishra <mail2sangeetmishra@gmail.com>
Thu, 28 Jun 2018 23:21:55 +0530
changeset 38487 8d9d0d30cfcc
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
grep: deprecates `--all` flag As the name "all" is a misnomer for an option that searches on diffs of revisions, we are moving to diff flag from all, deprecating it in the process. Differential Revision: https://phab.mercurial-scm.org/D3825

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