hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 28 Aug 2017 17:16:16 +0200
changeset 2869 b629874ccaac
parent 2020 143c8e4dc22d
permissions -rw-r--r--
topics: allow use a --current when setting a topic This patch allow to use the current flag which can be used by user set existing revs to the current topic.

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