hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 06 May 2020 11:41:01 -0700
changeset 44804 5c49a4fdb238
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
tests: show that `hg cp -A --at-rev .` doesn't work for renames I clearly forgot to implement (and test) support for marking of renames when I added support for marking of copies :( Differential Revision: https://phab.mercurial-scm.org/D8493

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)