hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 08 Apr 2017 11:35:29 -0700
branchstable
changeset 31798 8c9178d647f7
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: add test demonstrating buggy path handling `hg debugupgraderepo` is currently buggy with regards to path handling when copying files in .hg/store/. Specifically, it applies the store filename encoding to paths instead of operating on raw files. This commit adds a test demonstrating the buggy behavior.

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