view hgext/__init__.py @ 37857:ca473c05bd10 stable

tests: demonstrate that hgweb renders "pruned" that minirst.format() returns Notice at the bottom of the help text there's "windows". It's a section that is in the original help text, but was pruned (because hgweb didn't ask for it).
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 06 Jun 2018 21:15:26 +0800
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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