[PATCH] hgrc.5: fix subsection formatting

Christian Ebert blacktrash at gmx.net
Mon Mar 31 15:15:47 CDT 2008


Hi,

While looking over hgrc.5.txt, I also found that spacing after
full stops is not consistent: It varies between English (2
spaces) and "French" spacing (1).

Shall I correct this, and if yes, what is preferred?

c



# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1206994273 -7200
# Node ID 26f54d7e8b593987dff1301158c8de6a79a43ca4
# Parent  626a8e39684656e356c68fd178b255f6b9cb0ab2
hgrc.5: fix subsection formatting

diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -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.



More information about the Mercurial-devel mailing list