comparison CHANGELOG @ 3451:f062a4719e46 stable

fold: make sure we move bookmarks after folding (issue5772) The rewriteutil.rewrite() API currently only handles moving bookmark from a old node to new node. In case on fold, we have multiple old nodes, from where a bookmark move is possible. The rewriteutil.rewrite() API is used by another commands also and it's not good to plug in some logic there. This patch handles bookmark movement from all the old nodes to the new node.
author Pulkit Goyal <7895pulkit@gmail.com>
date Mon, 22 Jan 2018 13:44:32 +0530
parents 6c772398eb4e
children 8275ef099135
comparison
equal deleted inserted replaced
3450:a8596ac13fe8 3451:f062a4719e46
1 Changelog 1 Changelog
2 ========= 2 =========
3
4 7.2.2 -- (in-progress)
5 ----------------------
6
7 * fold: fix issue related to bookmarks movement (issue5772)
3 8
4 7.2.1 --2018-01-20 9 7.2.1 --2018-01-20
5 ------------------- 10 -------------------
6 11
7 * compatibility with future Mercurial 4.5 12 * compatibility with future Mercurial 4.5