Mercurial > evolve
comparison CHANGELOG @ 3856:9c0b37be8582
evolve: move the bookmarks also when updating to successor (issue5923)
When we are on an obsolete node and does `hg evolve`, it updates to it's
sucessor, however it does not move the bookmark to the successor.
This patch adds logic to make sure we move the bookmark too.
Test change demonstrates the fix.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 19 Jun 2018 23:21:54 +0530 |
parents | b1eb2dea6737 |
children | 3d0fa4a94871 |
comparison
equal
deleted
inserted
replaced
3855:bce7afc21e1f | 3856:9c0b37be8582 |
---|---|
10 * parent changes handling, | 10 * parent changes handling, |
11 * divergent stack handling, | 11 * divergent stack handling, |
12 * evolve: add a help section dedicated to interrupted evolve, | 12 * evolve: add a help section dedicated to interrupted evolve, |
13 * evolve: merge commit messages when resolving content divergence (issue5877) | 13 * evolve: merge commit messages when resolving content divergence (issue5877) |
14 * evolve: show unfinished state information in `hg status -v` (issue5886) | 14 * evolve: show unfinished state information in `hg status -v` (issue5886) |
15 * evolve: move bookmarks also when updating to successors (issue5923) | |
15 * evolve: add a new `--no-update` flag to keep working copy on the initial | 16 * evolve: add a new `--no-update` flag to keep working copy on the initial |
16 revision. | 17 revision. |
17 * evolve: new help section dedicated to resuming operation interrupted by | 18 * evolve: new help section dedicated to resuming operation interrupted by |
18 merge conflit, `hg help evolve.interrupted`. | 19 merge conflit, `hg help evolve.interrupted`. |
19 | 20 |