Mercurial > hg
view mercurial/templates/rss/tagentry.tmpl @ 45132:9d532329ee97
extensions: make `hg help extensions` list disabled extensions with PyOxidizer
`setup.py` has a mechanism for generating a list of bundled extensions
and their documenation and putting it in a `hgext/__index__.py`
file. That file is then read from `extensions.py`, which makes `hg
help extensions` work in py2exe binaries. This patch makes it so
`setup.py` produces the `hgext/__index__.py` file also when called by
PyOxidizer.
Thanks to Matt Harbison for pointing out the existence of
`__index__.py`!
Differential Revision: https://phab.mercurial-scm.org/D8758
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 15 Jul 2020 22:24:02 -0700 |
parents | 9409aeaafdc1 |
children |
line wrap: on
line source
<item> <title>{tag|escape}</title> <link>{urlbase}{url|urlescape}rev/{node|short}</link> <description><![CDATA[{tag|strip|escape|addbreaks}]]></description> <pubDate>{date|rfc822date}</pubDate> </item>