hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Mon, 07 Jan 2019 21:57:23 +0900
changeset 41125 14271b524d76
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
test-amend: remove uninteresting fields from log output to deduplicate tests We aren't testing the behavior of obsolescence-based amend.

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