Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
3533:f06c502ce4b7 | 3534:cd4db75413a2 |
---|---|
5 ---------------------- | 5 ---------------------- |
6 | 6 |
7 * fold: fix issue related to bookmarks movement (issue5772) | 7 * fold: fix issue related to bookmarks movement (issue5772) |
8 * amend: take lock before parsing the commit description (issue5266) | 8 * amend: take lock before parsing the commit description (issue5266) |
9 * legacy: respect 'server.bundle1' config if any is set | 9 * legacy: respect 'server.bundle1' config if any is set |
10 * previous: fix behavior on obsolete rev when topic is involved (issue5708) | |
10 | 11 |
11 7.2.1 --2018-01-20 | 12 7.2.1 --2018-01-20 |
12 ------------------- | 13 ------------------- |
13 | 14 |
14 * compatibility with future Mercurial 4.5 | 15 * compatibility with future Mercurial 4.5 |