relnotes/next
changeset 42579 b8d54f4625cb
parent 42578 9f73620a65fe
child 42692 cba59b338976
equal deleted inserted replaced
42578:9f73620a65fe 42579:b8d54f4625cb
    79    independently a state for a new operation can be registered using
    79    independently a state for a new operation can be registered using
    80    `addunfinished()` in `state` module.
    80    `addunfinished()` in `state` module.
    81 
    81 
    82  * `cmdutil.checkunfinished()` now includes detection for merge too.
    82  * `cmdutil.checkunfinished()` now includes detection for merge too.
    83 
    83 
       
    84  * merge abort has been disallowed in case an operation of higher
       
    85    precedence is in progress to avoid cases of partial abort of
       
    86    operations.
       
    87 
    84  * We used to automatically attempt to make extensions compatible with
    88  * We used to automatically attempt to make extensions compatible with
    85    Python 3 (by translating their source code while loading it). We no
    89    Python 3 (by translating their source code while loading it). We no
    86    longer do that.
    90    longer do that.