doc/README
author Yuya Nishihara <yuya@tcha.org>
Sat, 25 Aug 2018 15:19:43 +0900
changeset 39300 52e6171ec822
parent 9419 3516a4e877c1
permissions -rw-r--r--
obsutil: make sure "addedrevs" is not None in getobsoleted() If it were None, "rev in addedrevs" would crash. So tr.changes["revs"] should be a mandatory parameter here.

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.