doc/README
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 22 Jan 2019 18:11:34 -0800
changeset 41320 f790a4e78e97
parent 9419 3516a4e877c1
permissions -rw-r--r--
tests: add setsockopt() output on Python 3 Python 3 appears to call setsockopt() where Python 2 did not. Differential Revision: https://phab.mercurial-scm.org/D5652

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.