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 xdegaye
Recipients ned.deily, skrah, vstinner, xdegaye, yan12125
Date 2016-07-07.14:48:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467902927.04.0.0753642380979.issue27442@psf.upfronthosting.co.za>
In-reply-to
Content
> Are you generating the patch using "hg diff"? I don't see the base revision in your patch, and so there is no [Review] link on your patch.

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 :(
(not finding any reference explaining why this setting is wrong for Rietveld).  I will change that to have 'git = on' always commented out.

The Python Developer’s Guide in section '16.1. Minimal Configuration' recommends setting 'git = on'. Since we are switching to git shortly, it is probably not very useful to enter a new issue to update the Guide explaining that this setting must not be used when producing patches to be reviewed by Rietveld because the base revision is missing in this case.
History
Date User Action Args
2016-07-07 14:48:47xdegayesetrecipients: + xdegaye, vstinner, ned.deily, skrah, yan12125
2016-07-07 14:48:47xdegayesetmessageid: <1467902927.04.0.0753642380979.issue27442@psf.upfronthosting.co.za>
2016-07-07 14:48:47xdegayelinkissue27442 messages
2016-07-07 14:48:46xdegayecreate