hgext3rd/__init__.py
author Sushil khanchi <sushilkhanchi97@gmail.com>
Wed, 26 Jun 2019 21:11:25 +0530
changeset 4705 c63f47a4f5ec
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: use right value for branch name when finding branch heads subbranch already formatted as "branchname:topicname", again appending it with ":topicname" doesn't not make sense. It's a little bit surprising that no tests fails though.

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