hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 29 Apr 2018 19:18:54 +0530
changeset 3741 ec460882eab7
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: show cset hash in "merging conetnt-divergent changeset" While I was here I also mae de it repo.ui.status() instead of repo.ui.note() to align the behavior with rest of the messages.

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