# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1521194096 -19800 # Node ID 6d03ec17c025c9542324d160c95f960428e09537 # Parent 7e8b2c9edf3686866bf195e7ca61415b2655b1e6 CHANGELOG: add an entry about next and prev being interactive diff -r 7e8b2c9edf36 -r 6d03ec17c025 CHANGELOG --- a/CHANGELOG Fri Mar 16 13:24:57 2018 +0530 +++ b/CHANGELOG Fri Mar 16 15:24:56 2018 +0530 @@ -8,6 +8,8 @@ and update to it * resolve: shows how to continue evolve after resolving all conflicts * evolve: `--continue` flag now continue evolving all the remaining revisions + * prev and next now prompts user to choose a changeset in case of ambiguity + when ui.interactive is turned on 7.2.2 -- (in-progress) ----------------------