hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Sat, 13 Aug 2016 01:24:10 +0200
changeset 1978 e42dd4523c0d
parent 1901 85390446f8c1
child 2020 143c8e4dc22d
permissions -rw-r--r--
topic: list the number of troubled changesets when --verbose is used Displaying more information in the topic list is useful, we continue with the number of troubled changesets. This will help people to spot topics that needs evolution, for example after a pull.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)