[PATCH] Add diff section to hgrc man page

Steve Borho steve at borho.org
Thu Sep 13 13:52:23 CDT 2007


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1189709489 18000
# Node ID 3935711b38968e65d5e86b3b524d0276b62347db
# Parent  81575b7b505e49dcb5744fc857286c0de3a36dbc
Add diff section to hgrc man page

diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -560,6 +560,20 @@ web::
   templates;;
     Where to find the HTML templates. Default is install path.
 
+diff::
+  Diff generator configuration
+  git;;
+    use git extended diff format
+  nodates;;
+    don't include dates in diff headers
+  show_function;;
+    show which function each change is in, also showfunc
+  ignore_all_space;;
+    ignore white space when comparing lines, also ignorews
+  ignore_space_change;;
+    ignore changes in the amount of white space, also ignorewsamount
+  ignore_blank_lines;;
+    ignore changes whose lines are all blank, also ignoreblanklines
 
 AUTHOR
 ------


More information about the Mercurial-devel mailing list