hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 28 Sep 2021 13:59:01 -0700
changeset 48117 b74e128676d4
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
errors: raise InputError from revpair() iff revset provided by the user Same reasoning as for `revrange()` in an earlier patch. Differential Revision: https://phab.mercurial-scm.org/D11561

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)