view hgext3rd/__init__.py @ 4187:49d442a2207f

topic: add the changelog argument to branchinfo() 47c03042cd1d in core added a changelog argument to revbranchcache.branchinfo() and we wrap that function in topic extension. So let's add this optional argument in topic extension too.
author Pulkit Goyal <pulkit@yandex-team.ru>
date Sun, 21 Oct 2018 00:08:27 +0300
parents 143c8e4dc22d
children
line wrap: on
line source

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