hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 14 Jul 2017 07:19:15 +0530
changeset 2750 bd3824d1b795
parent 2020 143c8e4dc22d
permissions -rw-r--r--
stack: show short node of changesets in `hg stack -v` After this patch, hg stack -v shows short nodes for changesets which have topic index, i.e. excluding the bases except t0.

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