hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 04 Nov 2017 23:40:26 +0900
branchstable
changeset 35021 b69c700b6de6
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
tests: add more complete test for status changes on amend This demonstrates that missing/untracked files are handled incorrectly. The correct outputs are suppressed by (false !), and wrong outputs are added with (true !) instead. The setup code is copied from test-status-rev.t.

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