hgext3rd/__init__.py
author Navaneeth Suresh <navaneeths1998@gmail.com>
Thu, 01 Aug 2019 22:03:52 +0530
changeset 42672 51a2e3102db2
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
config: add defaultvalue template keyword This patch tries to fix one of the issues mentioned in issue6014. This adds a new `defaultvalue` template keyword to be used with `hg showconfig` to get the default value of the config item. Differential Revision: https://phab.mercurial-scm.org/D6704

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