changeset 6445:a1db3d8b9b8a

hgrc.5: fix subsection formatting
author Christian Ebert <blacktrash@gmx.net>
date Tue, 01 Apr 2008 14:35:11 +0200
parents ad4996e41554
children ee5313bc3c0c
files doc/hgrc.5.txt
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Tue Apr 01 16:36:25 2008 +0200
+++ b/doc/hgrc.5.txt	Tue Apr 01 14:35:11 2008 +0200
@@ -281,6 +281,7 @@
     myHtmlTool.priority = 1
 
   Supported arguments:
+
   priority;;
     The priority in which to evaluate this tool.
     Default: 0.
@@ -313,7 +314,7 @@
   fixeol;;
     Attempt to fix up EOL changes caused by the merge tool.
     Default: False
-  gui:;
+  gui;;
     This tool requires a graphical interface to run. Default: False
   regkey;;
     Windows registry key which describes install location of this tool.
@@ -563,6 +564,7 @@
         fail to merge
 
     See the merge-tools section for more information on configuring tools.
+
   patch;;
     command to use to apply patches. Look for 'gpatch' or 'patch' in PATH if
     unset.