I recently started using mercurial. I often want to check differences between revisions while ignoring whitespace (e.g. due to running dos2unix
on certain files). Now, for hg mdiff
, I can do this using a modified diff command, hg wdiff
, the arrangement of which is described here:
Whitespace-ignoring diffs with Mercurial
How can I do the same for hg mdiff
?