doc/README
author Yuya Nishihara <yuya@tcha.org>
Tue, 16 Oct 2018 07:00:41 +0200
changeset 40314 73c2b9c9cd3c
parent 9419 3516a4e877c1
permissions -rw-r--r--
py3: convert string literals to bytes in contrib/hgclient.py # skip-blame just many b'' prefixes

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.