Mercurial > hg
view doc/README @ 231:15e7c6cee929
add 'm' state to dirstates
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
add 'm' state to dirstates
This state indicates that a file has been merged with resolve and must
be in the next commit.
manifest hash: dc90629b73056b671f7be3de0283039c96c9ca0f
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCoMQSywK+sNU5EO8RAuxHAKCHckvSiLwegl5hbF5x5EeQg0MA2gCcCYD+
78Ol99Y9nk5ZA2bbYgM+AQw=
=vMOg
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Fri, 03 Jun 2005 12:56:50 -0800 |
parents | 089594a5bbde |
children | 7a3a3952c431 |
line wrap: on
line source
Files in this directory: README - this file hg.1.txt - asciidoc source for the files hg.1 - groff man page for hg hg.1.html - man page in html format How to generate the man page and html files For now we use asciidoc which is available at: http://www.methods.co.nz/asciidoc/ the file hg.1.txt is the input file, to generate the man page: asciidoc.py -d manpage -b docbook hg.1.txt xmlto man hg.1.xml to display: groff -mandoc -Tascii hg.1 | more to create the html page (without stylesheets): asciidoc.py -b html hg.1.txt