<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">That seems to work, but you don't seem to need the --git, which is very good.</div>

</blockquote><div><br></div><div>That's what the option:</div><div><br></div><div>[diff]</div><div>git = True</div><div><br></div><div>does. So, for those with that section in their ~/.hgrc, the two are equivalent. i.e. `hg diff --git` == `hg --config diff.git=True diff` </div>

</div>