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 zach.ware
Recipients docs@python, eric.araujo, ezio.melotti, kathweaver, python-dev, westley.martinez, zach.ware
Date 2014-03-13.14:29:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394720954.62.0.930935518446.issue20265@psf.upfronthosting.co.za>
In-reply-to
Content
Éric Araujo wrote:
> From #20265:

Correction, this is #20265, that message was from #20266 :)

Kathleen: both Éric and I have left some review comments for you in Rietveld, which should have sent you an email with the comments and links to the Rietveld review.

Also, if you're having end-of-line issues, I would recommend turning on the Mercurial eol extension (either edit "%userprofile%\Mercurial.ini" manually, or use the Extensions section of File -> Settings... from TortoiseHg Workbench).  To work most effectively, you'll need to update to the 'null' revision, then update back to default after turning on eol.  That will ensure that most files have \r\n line endings and hg can keep line endings straight for you thereafter.

Here's a sample of my Mercurial.ini with some other things you may be interested in:

[extensions]
;keep eols straight
eol=

;delete untracked files (helps with starting from a clean slate)
purge=

;colorize output, including making trailing whitespace visible in diffs
color=

;create several clones that share history, useful for keeping
;separate clones per branch without having to pull individually
share=

[defaults]
;don't try to commit when importing a patch
import = --no-commit
History
Date User Action Args
2014-03-13 14:29:14zach.waresetrecipients: + zach.ware, ezio.melotti, eric.araujo, docs@python, westley.martinez, python-dev, kathweaver
2014-03-13 14:29:14zach.waresetmessageid: <1394720954.62.0.930935518446.issue20265@psf.upfronthosting.co.za>
2014-03-13 14:29:14zach.warelinkissue20265 messages
2014-03-13 14:29:13zach.warecreate