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 ned.deily
Recipients chris.jerdonek, eric.araujo, ezio.melotti, ncoghlan, ned.deily
Date 2013-01-11.18:26:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357928763.36.0.802311650075.issue16930@psf.upfronthosting.co.za>
In-reply-to
Content
Keep in mind that the issue isn't which operating system is used; it's whether the file system(s) on which the hg repo resides is (are) case-insensitive or case-sensitive.  Most modern operating systems (including OS X) support both file system types and on Unix-y systems, at least, you can even encounter a mixture of case-sensitive and -insensitive file systems within a particular absolute path, i.e. if the path includes mount points to different file systems.
History
Date User Action Args
2013-01-11 18:26:03ned.deilysetrecipients: + ned.deily, ncoghlan, ezio.melotti, eric.araujo, chris.jerdonek
2013-01-11 18:26:03ned.deilysetmessageid: <1357928763.36.0.802311650075.issue16930@psf.upfronthosting.co.za>
2013-01-11 18:26:03ned.deilylinkissue16930 messages
2013-01-11 18:26:02ned.deilycreate