doc/README
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 25 Sep 2018 09:11:56 -0700
changeset 39837 69b4a5b89dc5
parent 9419 3516a4e877c1
permissions -rw-r--r--
py3: cast exception to bytes This was raising a TypeError on Python 3 and preventing most (all?) wireprotov2 commands from working. Differential Revision: https://phab.mercurial-scm.org/D4731

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.