sapling/doc
Martin Geisler a3814ecf05 url: limit expansion to safe auth keys (Issue2328)
Mads Kiilerich pointed out that 1e4ade283b02 was too eager since the
prefix and password keys may contain $-signs. So this only add the
username to the list of keys that are expanded.

This also updates the documentation to match.
2010-08-13 10:53:10 +02:00
..
common.txt doc: link man pages to one another 2009-07-16 23:25:26 +02:00
gendoc.py gendoc: remove callable usage (check-code) 2010-07-22 14:30:29 +09:00
hg.1.txt Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
hgignore.5.txt Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
hgmanpage.py doc: remove has_key usage in hgmanpage 2010-07-22 14:33:50 +09:00
hgrc.5.txt url: limit expansion to safe auth keys (Issue2328) 2010-08-13 10:53:10 +02:00
Makefile doc: make sure we use our own code for generating man pages 2010-07-21 17:51:37 +02:00
README doc/README: simplify instructions 2009-09-03 21:40:45 +02:00
runrst runrst: try to be more helpful if docutils is not installed 2010-07-30 14:41:47 +09:00
style.css doc/style: add orange border color to notes 2009-11-11 21:52:02 +01:00

Mercurial's documentation is kept in reStructuredText format, which is
a simple plain text format that's easy to read and edit:

  http://docutils.sourceforge.net/rst.html

It's also convertible to a variety of other formats including standard
UNIX man page format and HTML. You'll need to install Docutils:

  http://docutils.sourceforge.net/

Use the Makefile in this directory to generate the man and HTML pages.