[Python-Dev] [Python-checkins] cpython (2.7): Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run

Brian Curtin brian at python.org
Mon Nov 4 07:30:56 CET 2013


On Sun, Nov 3, 2013 at 8:54 PM, Terry Reedy <tjreedy at udel.edu> wrote:
> On 11/3/2013 11:48 PM, terry.reedy wrote:
>>
>> http://hg.python.org/cpython/rev/cced7981ec4d
>> changeset:   86908:cced7981ec4d
>> branch:      2.7
>> user:        Terry Jan Reedy <tjreedy at udel.edu>
>> date:        Sun Nov 03 23:37:54 2013 -0500
>> summary:
>>    Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run
>> under test.regrtest on 2.7.
>
>
> This message is the one included with the patch by Ned Daily. Because a
> message *was* included (not normal), hg import committed the patch
> immediately, without giving me a chance to edit the patch or message. As far
> as I know, there is no way I could have edited the message after the commit.
> If there was, let me know.

Besides what Zach mentions, most of the time you probably want to "hg
import --no-commit <patch>", run it, test it, then commit it with
whatever message you want.


More information about the Python-Dev mailing list