[PATCH] hgrc.5: separate line blocks from preceding paragraphs

Christian Ebert blacktrash at gmx.net
Thu Dec 3 16:10:09 CST 2009


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1259878162 -3600
# Node ID b7086ee06823e7715304e371b32caa9726987745
# Parent  16f49d671c7f076d046e641f50a0c6cefa4ee2c9
hgrc.5: separate line blocks from preceding paragraphs

The line blocks showing hgrc paths should not be appended to
the previous paragraph because the paths' explanations come
after each line block, not before.

diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -32,6 +32,7 @@
 paths are given below, settings from earlier paths override later
 ones.
 
+|
 | (Unix, Windows) ``<repo>/.hg/hgrc``
 
     Per-repository configuration options that only apply in a
@@ -42,6 +43,7 @@
     trusted user or to a trusted group. See the documentation for the
     trusted_ section below for more details.
 
+|
 | (Unix) ``$HOME/.hgrc``
 | (Windows) ``%USERPROFILE%\.hgrc``
 | (Windows) ``%USERPROFILE%\Mercurial.ini``
@@ -54,6 +56,7 @@
     directory. Options in these files override per-system and per-installation
     options.
 
+|
 | (Unix) ``/etc/mercurial/hgrc``
 | (Unix) ``/etc/mercurial/hgrc.d/*.rc``
 
@@ -62,6 +65,7 @@
     executed by any user in any directory. Options in these files
     override per-installation options.
 
+|
 | (Unix) ``<install-root>/etc/mercurial/hgrc``
 | (Unix) ``<install-root>/etc/mercurial/hgrc.d/*.rc``
 
@@ -72,6 +76,7 @@
     in ``/shared/tools/etc/mercurial/hgrc``. Options in these files apply
     to all Mercurial commands executed by any user in any directory.
 
+|
 | (Windows) ``C:\Mercurial\Mercurial.ini``
 | (Windows) ``HKEY_LOCAL_MACHINE\SOFTWARE\Mercurial``
 | (Windows) ``<install-dir>\Mercurial.ini``


More information about the Mercurial-devel mailing list