# HG changeset patch # User Benoit Boissinot # Date 2006-12-29 03:22:31 # Node ID 15955d84bc68fc20bd1ba7fd9bbca5ca68528bc9 # Parent e282448d68f16226c7f3510c7c54606e2819c5af add [diff] section to hgrc documentation diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt --- a/doc/hgrc.5.txt +++ b/doc/hgrc.5.txt @@ -151,6 +151,22 @@ defaults:: 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;;