comparison doc/hgrc.5.txt @ 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 d1ce5461beed
children a8a8ecf909db
comparison
equal deleted inserted replaced
4010:e282448d68f1 4011:15955d84bc68
148 status = -m 148 status = -m
149 149
150 The actual commands, instead of their aliases, must be used when 150 The actual commands, instead of their aliases, must be used when
151 defining command defaults. The command defaults will also be 151 defining command defaults. The command defaults will also be
152 applied to the aliases of the commands defined. 152 applied to the aliases of the commands defined.
153
154 diff::
155 Settings used when displaying diffs. They are all boolean and
156 defaults to False.
157 git;;
158 Use git extended diff format.
159 nodates;;
160 Don't include dates in diff headers.
161 showfunc;;
162 Show which function each change is in.
163 ignorews;;
164 Ignore white space when comparing lines.
165 ignorewsamount;;
166 Ignore changes in the amount of white space.
167 ignoreblanklines;;
168 Ignore changes whose lines are all blank.
153 169
154 email:: 170 email::
155 Settings for extensions that send email messages. 171 Settings for extensions that send email messages.
156 from;; 172 from;;
157 Optional. Email address to use in "From" header and SMTP envelope 173 Optional. Email address to use in "From" header and SMTP envelope