hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 11 May 2016 16:06:58 +0200
changeset 1962 c00815786813
parent 1901 85390446f8c1
child 2020 143c8e4dc22d
permissions -rw-r--r--
compat: adapt to the new destspace argument of destmerge The argument is currently ignored in the topic case for simplicity, but we properly accept it and propagate it to the original function to prevent crash and behavior regression in the non-topic case.

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