sapling/doc
Yuya Nishihara da93c3bd0b url: add --insecure option to bypass verification of ssl certificates
If --insecure specified, it behaves in the same way as no web.cacerts
configured.

Also shows hint for --insecure option when _verifycert() failed. But currently
the hint isn't displayed on SSLError, because it needs a certain level of
changes.
2011-01-29 23:23:24 +09:00
..
common.txt doc: link man pages to one another 2009-07-16 23:25:26 +02:00
gendoc.py gendoc: do not strip 'hg ' from synopsis 2010-10-23 00:18:10 +02:00
hg.1.txt gendoc: move section commands to module scope 2010-10-20 18:07:50 +02:00
hgignore.5.txt Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
hgmanpage.py *: kill all unnecessary shebangs. 2010-10-26 12:18:39 +02:00
hgrc.5.txt url: add --insecure option to bypass verification of ssl certificates 2011-01-29 23:23:24 +09:00
Makefile doc/Makefile: do not include hg.1.gendoc.txt in MANIFEST 2010-10-23 20:10:18 +02:00
README doc/README: simplify instructions 2009-09-03 21:40:45 +02:00
runrst runrst: try to be more helpful if docutils is not installed 2010-07-30 14:41:47 +09:00
style.css gendoc: added styling for extension TOC 2010-10-20 17:47:46 +02:00

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.