hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Tue, 30 May 2017 11:39:45 +0200
changeset 2520 5fb5d096348c
parent 2020 143c8e4dc22d
permissions -rw-r--r--
effectflag: better diff detection Improve the diff detection algorithm to have less false positive like in the case of a rebase that move the hunk in the file but the hunk stays the same.

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