doc/README
author Boris Feld <boris.feld@octobus.net>
Sat, 18 Aug 2018 07:27:34 +0200
changeset 39361 507f5b1dd7c8
parent 9419 3516a4e877c1
permissions -rw-r--r--
revlogdeltas: extract _getcandidaterevs in a function The logic barely uses the object it is attached to. This is an important function that we will clean up in the coming changesets. Moving it at the top level helps us with that cleanup.

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.