doc/README
author Matt Mackall <mpm@selenic.com>
Fri, 04 Mar 2011 19:21:12 -0600
branchstable
changeset 13534 4ec34de8bbb1
parent 9419 3516a4e877c1
permissions -rw-r--r--
match: ignore "" patterns The following command would visit every changeset in repo/ rather than the last 10: hg log -l 10 repo/

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.