hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 03 Apr 2018 15:08:09 -0700
changeset 37315 0a1fb171dc1d
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
localrepo: use revsymbol() in lookup() lookup() seems to be about looking up a revision based on a symbol that may come from the user (via the wire protocol), so revsymbol() is appropriate here. Differential Revision: https://phab.mercurial-scm.org/D3055

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)