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 chris.jerdonek
Recipients chris.jerdonek, eric.araujo, ezio.melotti, ncoghlan
Date 2013-01-11.08:56:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357894611.9.0.235167303817.issue16931@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is to mention in the devguide how to create diffs with the changeset number when --git is configured on.  Perhaps this can be done via a FAQ like: "How can I get Rietveld to work with a 2.7 patch?"

Background: Currently, the devguide recommends configuring Mercurial to use --git when making diffs.  However, this causes the changeset ID to be left off of patch files and, for example, prevents Rietveld from working with patches to non-default branches.  See also this thread:

http://mail.python.org/pipermail/python-dev/2011-March/108765.html

This issue describes a couple work-arounds:

http://bz.selenic.com/show_bug.cgi?id=3761
History
Date User Action Args
2013-01-11 08:56:51chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan, ezio.melotti, eric.araujo
2013-01-11 08:56:51chris.jerdoneksetmessageid: <1357894611.9.0.235167303817.issue16931@psf.upfronthosting.co.za>
2013-01-11 08:56:51chris.jerdoneklinkissue16931 messages
2013-01-11 08:56:51chris.jerdonekcreate