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:38:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357893519.23.0.747104705775.issue16930@psf.upfronthosting.co.za>
In-reply-to
Content
In various places, the devguide recommends `hg graft`, but it appears it might not be possible to use on some systems or in certain situations.  For example, when I tried grafting a trivial change from 2.7 to 3.2 on Mac OS X, I got the following fatal error:

$ hg graft 2.7
grafting revision 81391
abort: case-folding collision between Lib/ConfigParser.py and Lib/configparser.py

Here is some related information: http://mercurial.selenic.com/wiki/FixingCaseCollisions

At the least, we might want to add a note saying that `hg graft` may not work on certain systems (and name those systems).
History
Date User Action Args
2013-01-11 08:38:39chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan, ezio.melotti, eric.araujo
2013-01-11 08:38:39chris.jerdoneksetmessageid: <1357893519.23.0.747104705775.issue16930@psf.upfronthosting.co.za>
2013-01-11 08:38:39chris.jerdoneklinkissue16930 messages
2013-01-11 08:38:38chris.jerdonekcreate