Berker Peksag added the comment:

> I am using 'hg diff' with ~/.hgrc set to 'git = on' and this time, naively 
> removed the '--git' from the output of 'hg diff' instead of commenting out 
> 'git = on' in the config file :(

You don't need to do that. I've been using the same setting [1] for 5 years 
without having a single problem. If you have a fresh clone of 
https://hg.python.org/cpython/ and using the 'default' branch, you're good.

[1]

[diff]
git = True
showfunc = True
unified = 8

----------
nosy: +berker.peksag

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27442>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to