doc/README
author Raphaël Gomès <rgomes@octobus.net>
Tue, 14 Jan 2020 16:00:57 +0100
changeset 44078 f2c350e7371e
parent 9419 3516a4e877c1
permissions -rw-r--r--
dirstate: move rust fast-path calling code to its own method This logic is about to get bigger, this will make it easier to read and not pollute the main Python logic. Differential Revision: https://phab.mercurial-scm.org/D7862

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.