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 terry.reedy
Recipients ned.deily, terry.reedy
Date 2013-11-04.08:04:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383552271.62.0.793454992616.issue19488@psf.upfronthosting.co.za>
In-reply-to
Content
As I explained on the checkins list, I am do "hg import --no-commit" indirectly though TortoiseHg Workbench Repository/import. It normally brings up an edit box for a commit message after patching and if that is left blank, it does not commit. With a message in the patch (non-comment text above 'diff'), it skips the edit box and just commits. I just verified this behavior difference with your patch on a local repository with test_idle.py. I first imported without the message, left the edit box blank, reverted, and then imported with a message added back.

Since the patch says it is a changeset patch, I assume you committed it in and transferred it from a separate repository.
History
Date User Action Args
2013-11-04 08:04:31terry.reedysetrecipients: + terry.reedy, ned.deily
2013-11-04 08:04:31terry.reedysetmessageid: <1383552271.62.0.793454992616.issue19488@psf.upfronthosting.co.za>
2013-11-04 08:04:31terry.reedylinkissue19488 messages
2013-11-04 08:04:31terry.reedycreate