comparison relnotes/next @ 44369:815c63526d1d

relnotes: add entry about previous `hg recover` change Differential Revision: https://phab.mercurial-scm.org/D8123
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Sat, 15 Feb 2020 15:06:41 -0500
parents 9dab3fa64325
children edaae3616ba3
comparison
equal deleted inserted replaced
44368:6392bd7c26a8 44369:815c63526d1d
33 * When `hg rebase` pauses for merge conflict resolution, the working 33 * When `hg rebase` pauses for merge conflict resolution, the working
34 copy will no longer have the rebased node as a second parent. You 34 copy will no longer have the rebased node as a second parent. You
35 can use the new `conflictparents()` revset for finding the other 35 can use the new `conflictparents()` revset for finding the other
36 parent during a conflict. 36 parent during a conflict.
37 37
38 * `hg recover` does not verify the validity of the whole repository
39 anymore. You can pass `--verify` or call `hg verify` if necessary.
38 40
39 == Internal API Changes == 41 == Internal API Changes ==
40 42
41 * The deprecated `ui.progress()` has now been deleted. Please use 43 * The deprecated `ui.progress()` has now been deleted. Please use
42 `ui.makeprogress()` instead. 44 `ui.makeprogress()` instead.