##// END OF EJS Templates
add [diff] section to hgrc documentation
Benoit Boissinot -
r4011:15955d84 default
parent child Browse files
Show More
@@ -151,6 +151,22 b' defaults::'
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
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.
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;;
General Comments 0
You need to be logged in to leave comments. Login now