diff CHANGELOG @ 3278:e4c0332ecee4 stable

topics: fix `hg stack` in case of split This patch fixes the behaviour of hg stack which throws an error in some cases when there are multiple successors. The case of divergence is not handled yet.
author Pulkit Goyal <7895pulkit@gmail.com>
date Mon, 11 Dec 2017 23:47:25 +0530
parents 11a2bc798deb
children ee71cc4eff21
line wrap: on
line diff
--- a/CHANGELOG	Mon Dec 11 23:33:50 2017 +0530
+++ b/CHANGELOG	Mon Dec 11 23:47:25 2017 +0530
@@ -9,6 +9,7 @@
 Topic (0.5.2)
 
   * makes code more resilient to partiel initialization
+  * fix behavior of `hg stack` in cases of split
 
 7.0.1 -- 2017-11-14
 -------------------