doc/README
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 15 Nov 2019 10:16:22 -0800
changeset 43734 0fd9e7a1cf36
parent 9419 3516a4e877c1
permissions -rw-r--r--
tests: document behavior of indent() with empty first line indent() is documented to indent all non-empty lines, but it still indents the first line even if it's empty. Let's have tests for that. Differential Revision: https://phab.mercurial-scm.org/D7431

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.