comparison CHANGELOG @ 3553:6d03ec17c025

CHANGELOG: add an entry about next and prev being interactive
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 16 Mar 2018 15:24:56 +0530
parents b1cc19e5ef24
children 279d8b610ac5
comparison
equal deleted inserted replaced
3552:7e8b2c9edf36 3553:6d03ec17c025
6 6
7 * grab: new command to grab a changeset, put in on wdir parent 7 * grab: new command to grab a changeset, put in on wdir parent
8 and update to it 8 and update to it
9 * resolve: shows how to continue evolve after resolving all conflicts 9 * resolve: shows how to continue evolve after resolving all conflicts
10 * evolve: `--continue` flag now continue evolving all the remaining revisions 10 * evolve: `--continue` flag now continue evolving all the remaining revisions
11 * prev and next now prompts user to choose a changeset in case of ambiguity
12 when ui.interactive is turned on
11 13
12 7.2.2 -- (in-progress) 14 7.2.2 -- (in-progress)
13 ---------------------- 15 ----------------------
14 16
15 * fold: fix issue related to bookmarks movement (issue5772) 17 * fold: fix issue related to bookmarks movement (issue5772)