hgext3rd/__init__.py
author Augie Fackler <augie@google.com>
Thu, 15 Feb 2018 17:30:43 -0500
changeset 36269 72812ad205d1
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
wireprotoserver: return to using iscmd() method This was teased out in part so remotefilelog could disable an old protocol method over http. It got dropped accidentally in the recent refactor, but the code was all still present so it's easy to support for now. I think once we land remotefilelog, we should probably inline this function. Differential Revision: https://phab.mercurial-scm.org/D2285

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