diff README @ 2624:fd602980f7ee

topics: make sure we commit on new parents while changing topics (issue5441) While changing topics of a set of linear commits, we used to commit our new changesets with new topic on parents of its predecessor i.e. changeset before the topic change. If the topic of parent was also changed, that parent will become obsolete and hence resulting the cnew commit in unstable state. For a set of linear commits this repeats and we end up in a tree state as mentioned in the bug. This patch fixes the bug by checking whether the parent was obsoleted and if yes, commit on the new parent.
author Pulkit Goyal <7895pulkit@gmail.com>
date Sun, 18 Jun 2017 03:23:46 +0530
parents e60248f26f92
children bc36a608e9e4
line wrap: on
line diff
--- a/README	Sun Jun 18 03:20:52 2017 +0530
+++ b/README	Sun Jun 18 03:23:46 2017 +0530
@@ -121,6 +121,11 @@
 Changelog
 =========
 
+6.5.0 - in progress
+-------------------
+
+ - topic: fix issue5441 in the linear case,
+
 6.4.0 -- 2017-06-16
 -------------------