Mercurial > hg-stable
view hgext3rd/__init__.py @ 31596:2c02bb7fd7fc
help: format ``commands`` heading correctly
The number of dashes under it needs to match exactly for it to be
rendered as a heading. Without this change, the dashes end up on the
same line as "commands", and "hg help config.commands" does not work.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 22 Mar 2017 16:36:53 -0700 |
parents | 4b81487a01d4 |
children | 2372284d9457 |
line wrap: on
line source
# name space package to host third party extensions from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)