[Python-Dev] [Python-checkins] cpython (2.7): Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run (original) (raw)
Ethan Furman ethan at stoneleaf.us
Mon Nov 4 22:17:44 CET 2013
- Previous message: [Python-Dev] [Python-checkins] cpython (2.7): Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run
- Next message: [Python-Dev] [Python-checkins] cpython (2.7): Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11/04/2013 07:52 AM, Guido van Rossum wrote:
Two more approaches that can help when you haven't pushed yet:
- hg rollback undoes the most recent local commit while leaving the local workspace unchanged so the files are now patched but not committed - hg strip deletes a revision and all its descendents (requires some extension to be configured); it also rolls back your workspace so you'd have to repatch using hg import --no-commit. (BTW everybody here knows you can give hg import a URL straight from Rietveld's "raw diff download" right?)
Oh, cool! Thanks for the hint! :)
--
Ethan
- Previous message: [Python-Dev] [Python-checkins] cpython (2.7): Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run
- Next message: [Python-Dev] [Python-checkins] cpython (2.7): Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]