Mercurial > evolve
diff CHANGELOG @ 3534:cd4db75413a2 stable
previous: fix behavior on obsolete cset when topic is involved (issue5708)
This patch fixes the behavior of `hg previous` when done on an obsolete
changeset having a successor of different topic.
The underlying code is bit messed up, I wanted to split the topic handling to
topic extension but I have postponed it to next bug.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 16 Mar 2018 15:21:05 +0530 |
parents | 3bd642f11313 |
children | 10c3e69bb5bf |
line wrap: on
line diff
--- a/CHANGELOG Fri Mar 16 15:15:17 2018 +0530 +++ b/CHANGELOG Fri Mar 16 15:21:05 2018 +0530 @@ -7,6 +7,7 @@ * fold: fix issue related to bookmarks movement (issue5772) * amend: take lock before parsing the commit description (issue5266) * legacy: respect 'server.bundle1' config if any is set + * previous: fix behavior on obsolete rev when topic is involved (issue5708) 7.2.1 --2018-01-20 -------------------