doc/README
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Fri, 13 Nov 2009 08:31:10 +0900
changeset 9854 95e1867f765b
parent 9419 3516a4e877c1
permissions -rw-r--r--
inotify: mark directories visited during lookup (issue1844) Emulate the match.dir calls that are made in dirstate.walk: * first mark the visited directories on the server side * then extend the transmitted response to include this directory list * and lastly call match.dir on each directory

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.