doc/README
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 24 Jul 2020 23:40:07 +0530
changeset 45315 30f3e278c5d7
parent 9419 3516a4e877c1
permissions -rw-r--r--
mergeactions: use action constants instead of string values Having constants inplace of strings like 'c', 'cm' etc. makes it easier to understand the code. Differential Revision: https://phab.mercurial-scm.org/D8832

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.