sapling/doc
Ryan McElroy 66bd74e558 hggit: internalize extension
Test Plan: run-tests-.py

Reviewers: mitrandir, #mercurial

Reviewed By: mitrandir

Subscribers: ps, terrelln

Differential Revision: https://phabricator.intern.facebook.com/D6675896

Tasks: T24908724

Signature: 6675896:1515448382:df8d80cd7356ae8f5fb04586dc4a0a651bc498fd
2018-01-09 06:08:01 -08:00
..
hggit hggit: internalize extension 2018-01-09 06:08:01 -08:00
hgsql hgsql: integrate with hg-crew 2018-01-04 07:22:19 -08:00
check-seclevel.py check-seclevel: skip checking extensions that cannot be imported 2018-01-08 14:34:05 -08:00
docchecker fb-hgext: fix gendoc-related issues 2018-01-09 03:44:33 -08:00
gendoc.py gendoc: fix doc generation to use extensions from repository 2018-01-09 04:29:10 -08:00
hgmanpage.py hgmanpage: stop using raw-unicode strings 2016-10-07 07:43:04 -04:00
Makefile build: make install in "/doc" failed if the destination dir contained spaces 2017-10-11 01:19:48 +02:00
README doc/README: simplify instructions 2009-09-03 21:40:45 +02:00
runrst doc: translate from :hg:help config.SECTION to a valid link to hgrc.5.html 2016-02-11 23:15:34 +09:00
style.css urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05: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.