[PATCH] hgrc5: wrap corrected text at 80 chars for manpage

Christian Ebert blacktrash at gmx.net
Sun Jun 7 11:25:21 CDT 2009


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1244391903 -7200
# Node ID 79c1c81be618cbdc26cc491cc326352cb83e2645
# Parent  1b713f72c91a33436c9b1eb6fa2c261949a97fc7
hgrc5: wrap corrected text at 80 chars for manpage

diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -445,9 +445,10 @@
     incoming.email = /my/email/hook
     incoming.autobuild = /my/build/hook
 
-  Most hooks are run with environment variables set that give useful
-  additional information. For each hook below, the environment
-  variables it is passed are listed with names of the form "$HG_foo".
+  Most hooks are run with environment variables set that give
+  useful additional information. For each hook below, the
+  environment variables it is passed are listed with names of the
+  form "$HG_foo".
 
   changegroup;;
     Run after a changegroup has been added via push, pull or


More information about the Mercurial-devel mailing list