hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Wed, 02 Aug 2017 19:20:59 +0200
changeset 33757 2cb442bc1a76
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
obsmarker: rename precnode into prednode Rename prednode (predecessors node) into precnode (precursors node) in markers class. Use util.nouideprecwarn because markers doesn't have easy access to an ui object. The renaming is done according to https://www.mercurial-scm.org/wiki/CEDVocabulary. Differential Revision: https://phab.mercurial-scm.org/D243

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