[Python-Dev] [Python-checkins] cpython (2.7): Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run
Georg Brandl
g.brandl at gmx.net
Tue Nov 5 06:50:51 CET 2013
More information about the Python-Dev mailing list
Tue Nov 5 06:50:51 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 ]
Am 05.11.2013 00:43, schrieb Terry Reedy: > On 11/4/2013 5:15 PM, Nick Coghlan wrote: > >> - I actually have "--no-commit" configured as a standard option for hg >> import in my .hgrc file so I never forget > > On Windows, hg uses .ini files. Do you have any idea what the > [section] > option = value > would look like? There is gui dialog for managing the .ini files, but it > does not have a page for import options. It'll look like this: [defaults] import = --no-commit >> - "hg pull --rebase" avoids having a merge in the history for push races >> that involve only default branch changes > > Can this be done routinely for all pulls? Does it hurt if here are > working directory changes in 2 or 3 branches? It won't work with merge commits, so if you locally commit to 3.3 and merge to default, pull --rebase will error out if there are remote changes. cheers, Georg
- 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 ]
More information about the Python-Dev mailing list