hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 08 Jul 2018 22:52:33 +0530
changeset 3877 96bbea985b25
parent 2020 143c8e4dc22d
permissions -rw-r--r--
amend: allow aborting an `amend --patch` by saving an empty file (issue5925) This patch fixes issue5925 by allow aborting a `hg amend --patch` call by saving an empty patch file. This is similar to aborting of `hg amend` when commit message is empty. Test changes demonstrate the fix.

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