hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Thu, 05 May 2016 21:42:49 +0200
changeset 1693 73acbc623830
parent 1619 5ef77a1d975c
permissions -rw-r--r--
test: update topic test output for order change As in topic d8f1e432b16a the tipmost changeset is now displayed first. We adapt the test output to reflect it.

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