hgext3rd/__init__.py
author Mateusz Kwapich <mitrandir@fb.com>
Fri, 13 May 2016 13:28:09 -0700
changeset 29189 930d4ee4647e
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
dirstate: add prefix and suffix arguments to backup This would allow the code explicitly copying dirstate to use this method instead. Use of this method will increase encapsulation (the dirstate class will be sole owner of its on-disk storage).

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