hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 27 Jan 2018 21:15:27 +0530
changeset 3472 05bd493d496d
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: add evolve info to cmdutil.afterresolvedstates Adding evolve info to cmdutil.afterresolvedstate will improve the ui when we run into merge conflicts while evolving. Once we resolve all the conflicts using `hg resolve`, this will show a message saying "continue: hg evolve --continue". Other extensions like rebase and shelve also use it and it's very helpful.

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