comparison CHANGELOG @ 5812:5fdf6faaf977

evolve: add CHANGELOG entry
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Sat, 05 Sep 2020 09:24:33 +0530
parents a5fdfe3ef09f
children 741b2ae7ca4b
comparison
equal deleted inserted replaced
5811:4688b7eb7e40 5812:5fdf6faaf977
64 * evolve: specify the source of config override for `server.bundle1=no` 64 * evolve: specify the source of config override for `server.bundle1=no`
65 * evolve: avoid leaving mergestate after instability resolution 65 * evolve: avoid leaving mergestate after instability resolution
66 * evolve: while resolving conflicts, the evolved node will no longer be a 66 * evolve: while resolving conflicts, the evolved node will no longer be a
67 dirstate parent (won't show up in `hg parents` and not as `@` in `hg log -G`, 67 dirstate parent (won't show up in `hg parents` and not as `@` in `hg log -G`,
68 but it will show up as `%` with hg >= 5.4) 68 but it will show up as `%` with hg >= 5.4)
69 * evolve: preserve wdir parent when using `hg evolve --stop`
69 70
70 * metaedit: update bookmark location when applicable 71 * metaedit: update bookmark location when applicable
71 72
72 * rewind: add a --dry-run flag 73 * rewind: add a --dry-run flag
73 * rewind: properly record rewind of splits as folds 74 * rewind: properly record rewind of splits as folds