# HG changeset patch # User Yun Lee # Date 1306742739 -7200 # Node ID 59853c30e31ef1abeceaca34e51934cf0952e3ed # Parent 243acc7111b56701019433a69748983ad6879b69 hgrc.5: make minirst find headings correctly The minirst parser is stricter than Docutils here and require a blank after a heading. Otherwise the heading is classified as a paragraph. diff -r 243acc7111b5 -r 59853c30e31e doc/hgrc.5.txt --- a/doc/hgrc.5.txt Sat May 28 11:44:27 2011 +0200 +++ b/doc/hgrc.5.txt Mon May 30 10:05:39 2011 +0200 @@ -179,6 +179,7 @@ ``alias`` """"""""" + Defines command aliases. Aliases allow you to define your own commands in terms of other commands (or aliases), optionally including arguments. Positional @@ -287,6 +288,7 @@ ``decode/encode`` """"""""""""""""" + Filters for transforming files on checkout/checkin. This would typically be used for newline processing or other localization/canonicalization of files. @@ -374,6 +376,7 @@ ``email`` """"""""" + Settings for extensions that send email messages. ``from`` @@ -596,6 +599,7 @@ ``hooks`` """"""""" + Commands or Python functions that get automatically executed by various actions such as starting or finishing a commit. Multiple hooks can be run for the same action by appending a suffix to the @@ -751,6 +755,7 @@ ``http_proxy`` """""""""""""" + Used to access web-based Mercurial repositories through a HTTP proxy. @@ -770,6 +775,7 @@ ``smtp`` """""""" + Configuration for extensions that need to send email messages. ``host`` @@ -793,6 +799,7 @@ ``patch`` """"""""" + Settings used when applying patches, for instance through the 'import' command or with Mercurial Queues extension. @@ -810,6 +817,7 @@ ``paths`` """"""""" + Assigns symbolic names to repositories. The left side is the symbolic name, and the right gives the directory or URL that is the location of the repository. Default paths can be declared by setting @@ -826,6 +834,7 @@ ``profiling`` """"""""""""" + Specifies profiling format and file output. In this section description, 'profiling data' stands for the raw data collected during profiling, while 'profiling report' stands for a statistical @@ -851,6 +860,7 @@ ``server`` """""""""" + Controls generic server settings. ``uncompressed`` @@ -872,6 +882,7 @@ ``subpaths`` """""""""""" + Defines subrepositories source locations rewriting rules of the form:: =