sapling/doc
Saurabh Singh 6317ba0ca2 amend: replace with the fbamend extension
Summary:
The functionality we care about is provided by the `fbamend`
extension. Therefore, lets replace the `amend` extension with the `fbamend`
extension.

Reviewed By: farnz

Differential Revision: D10320739

fbshipit-source-id: 5700d39f488777fcc4033f60ce0a51cda15ef2ad
2018-10-11 06:59:23 -07:00
..
fb-hgext amend: replace with the fbamend extension 2018-10-11 06:59:23 -07: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
hgsubversion hgsuversion: move docs and tools 2018-01-10 16:20:15 -08:00
remotenames remotenames: drop the dir and do some cleanup 2018-01-10 09:01:52 -08:00
check-seclevel.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
docchecker fb-hgext: fix gendoc-related issues 2018-01-09 03:44:33 -08:00
gendoc.py gendoc: fix Fedora build from auto-formatting 2018-05-29 13:09:18 -07:00
hgmanpage.py Update to 18.6b1 2018-06-05 22:19:55 -07:00
Makefile doc: fix Makefile for doc after commands.py to commands/__init__.py 2018-10-09 07:54:35 -07: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.