> > That seems to work, but you don't seem to need the --git, which is very > good. >
That's what the option: [diff] git = True 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` -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20120106/c678082f/attachment.html>
