diff 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
line wrap: on
line diff
--- a/CHANGELOG	Mon Jan 22 13:33:58 2018 +0530
+++ b/CHANGELOG	Mon Jan 22 13:44:32 2018 +0530
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+7.2.2 -- (in-progress)
+----------------------
+
+  * fold: fix issue related to bookmarks movement (issue5772)
+
 7.2.1 --2018-01-20
 -------------------