relnotes/next
changeset 44434 2f290136b7d6
parent 44412 edc8504bc26b
child 44437 6a34e438461b
equal deleted inserted replaced
44433:f82d2d4e71db 44434:2f290136b7d6
    65 == Internal API Changes ==
    65 == Internal API Changes ==
    66 
    66 
    67  * The deprecated `ui.progress()` has now been deleted. Please use
    67  * The deprecated `ui.progress()` has now been deleted. Please use
    68    `ui.makeprogress()` instead.
    68    `ui.makeprogress()` instead.
    69 
    69 
       
    70  * `hg.merge()` now takes a `ctx` instead of the previous `repo` and
       
    71    `node` arguments.
       
    72 
    70  * `hg.merge()` has lost its `abort` argument. Please call
    73  * `hg.merge()` has lost its `abort` argument. Please call
    71    `hg.abortmerge()` directly instead.
    74    `hg.abortmerge()` directly instead.
    72 
    75 
    73  * `hg.merge()` has lost its `mergeforce` argument. It should have
    76  * `hg.merge()` has lost its `mergeforce` argument. It should have
    74    only ever been called with the same value as the `force` argument.
    77    only ever been called with the same value as the `force` argument.