hgext3rd/__init__.py
author Jun Wu <quark@fb.com>
Wed, 29 Jun 2016 23:53:20 +0100
changeset 29462 71ed5a3ef8a9
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
chgserver: document why we don't merge mtimehash and confighash People may get confused about chg's mtimehash and confighash design: why two hashes instead of just one. This patch adds text addressing the concern.

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