Mercurial > hg
view hgext/__init__.py @ 35124:c157bb0120a9
tests: add test for rebase template showing wrong behavior
The output for template "{nodechanges % '{key}:{value}'}" does not contain the
output for value.
Differential Revision: https://phab.mercurial-scm.org/D1462
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 09 Nov 2017 20:06:30 +0530 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)