This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, ned.deily, skrah, vstinner, xdegaye, yan12125
Date 2016-07-07.17:38:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467913091.53.0.0328739841246.issue27442@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2016-07-07 17:38:11berker.peksagsetrecipients: + berker.peksag, vstinner, ned.deily, skrah, xdegaye, yan12125
2016-07-07 17:38:11berker.peksagsetmessageid: <1467913091.53.0.0328739841246.issue27442@psf.upfronthosting.co.za>
2016-07-07 17:38:11berker.peksaglinkissue27442 messages
2016-07-07 17:38:11berker.peksagcreate