hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 29 Mar 2018 17:34:51 +0530
changeset 3653 d9682c41ea2f
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: restore bookmarks correctly after `hg evolve --abort` This patch adds logic to store bookmark movements in evolvestate class and restore bookmarks to their original place if `hg evolve --abort` is called.

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