vote up 5 vote down star

I am in the distinctly unfortunate circumstance of working in an environment which worries little of the deep evil known as "trailing whitespace"... But, alas, the enlightened Mercurial persists in warning me, by means of red highlights in diffs, that code I will be checking in contains this unholy thing.

So, is there any way to tell Mercurial to ignore trailing whitespace in diffs?

I've tried all the obvious --ignore-* commands, and they seem to do nothing.

Thanks!

flag

70% accept rate

2 Answers

vote up 6 vote down check

Put in your hgrc file:

[color]
diff.trailingwhitespace = none

Read more about customizing color schemes on the ColorExtension wiki page

link|flag
awesome, thanks a lot! – David Wolever Jun 17 at 16:43
vote up 1 vote down

http://mercurial.selenic.com/bts/issue127 tracks the fact that the -w option does not work as you might expect.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.