Mercurial > hg
view templates/changelogentry.tmpl @ 1814:7956893e8458
generate hg manpage from commands.py docstring
gendoc.py is a script generating a part of the manpage (the commands
help and options) from the docstring in commands.py.
It avoids duplicating the doc between the doc/ directory and the docstrings.
To generate the manpage, 'make doc' will create all the necessary intermediate
files.
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Tue, 28 Feb 2006 00:48:49 +0100 |
parents | ba625c8083d8 |
children | 4990b62fd0a6 |
line wrap: on
line source
<table class="changelogEntry parity#parity#"> <tr> <th class="age" width="15%">#date|age# ago:</th> <th class="firstline">#desc|strip|firstline|escape#</th> </tr> <tr> <th class="changesetRev">changeset #rev#:</th> <td class="changesetNode"><a href="?cs=#node|short#">#node|short#</a></td> </tr> #parent%changelogparent# #child%changelogchild# #changelogtag# <tr> <th class="author">author:</th> <td class="author">#author|obfuscate#</td> </tr> <tr> <th class="date">date:</th> <td class="date">#date|date#</td> </tr> <tr> <th class="files"><a href="?mf=#manifest|short#;path=/">files</a>:</th> <td class="files">#files#</td> </tr> </table>