Mercurial > hg
changeset 4011:15955d84bc68
add [diff] section to hgrc documentation
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Fri, 29 Dec 2006 04:22:31 +0100 |
parents | e282448d68f1 |
children | d1e31d7f7d44 |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;;