hgext/__init__.py
author Augie Fackler <augie@google.com>
Sun, 19 Mar 2017 01:47:56 -0400
changeset 31612 aea8ec3f7dd1
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
py3: prove `hg {add,addremove,commit} all work We can't do a second commit in a repo yet, because pure-Python bdiff is broken on Python 3. That is probably a good next step.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)