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

Terry Reedy tjreedy at udel.edu
Mon Nov 4 09:18:05 CET 2013


On 11/4/2013 1:30 AM, Brian Curtin wrote:
> 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,

I have only seen commit messages here.

 > 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.

That is what I normally do, in effect, along with pulling just before 
committing. To be more precise. I use TortoiseHg Workbench 
-Repository/Import which normally brings up an editor window for a 
commit message after doing the patch. Leaving the window blank, as I 
always do, has the effect of --no-commit. A 'changeset patch' containing 
a commit message bypasses the option of either editing the message or 
making it blank. There does not seem to be a 'setting' to change this.

The issue is http://bugs.python.org/issue19488





More information about the Python-checkins mailing list