# HG changeset patch # User Benoit Boissinot # Date 1167362551 -3600 # Node ID 15955d84bc68fc20bd1ba7fd9bbca5ca68528bc9 # Parent e282448d68f16226c7f3510c7c54606e2819c5af add [diff] section to hgrc documentation diff -r e282448d68f1 -r 15955d84bc68 doc/hgrc.5.txt --- a/doc/hgrc.5.txt Thu Dec 28 01:14:12 2006 +0100 +++ b/doc/hgrc.5.txt Fri Dec 29 04:22:31 2006 +0100 @@ -151,6 +151,22 @@ defining command defaults. The command defaults will also be applied to the aliases of the commands defined. +diff:: + Settings used when displaying diffs. They are all boolean and + defaults to False. + git;; + Use git extended diff format. + nodates;; + Don't include dates in diff headers. + showfunc;; + Show which function each change is in. + ignorews;; + Ignore white space when comparing lines. + ignorewsamount;; + Ignore changes in the amount of white space. + ignoreblanklines;; + Ignore changes whose lines are all blank. + email:: Settings for extensions that send email messages. from;;