doc/README
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 10 Jul 2021 14:05:49 +0200
changeset 47624 27e75b8bf784
parent 9419 3516a4e877c1
permissions -rw-r--r--
windows: use abspath in commandserver We replace `os.path.abspath` with `util.abspath`. This should solve more "drive capitalization" issue on Windows. Differential Revision: https://phab.mercurial-scm.org/D11061

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.