hgext3rd/__init__.py
author Sushil khanchi <sushilkhanchi97@gmail.com>
Sat, 27 Apr 2019 13:09:34 +0530
changeset 4680 52c1809f35c1
parent 2020 143c8e4dc22d
permissions -rw-r--r--
topic: add tests which demonstrate topicset failure of FilteredRepoLookupError When topics are used, it fails to find hidden revs mentioned in a revset as we are not using unfiltered view of repo. Next patch will fix it.

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