Mercurial > evolve
comparison CHANGELOG @ 6223:4298ae0b966d stable
evolve: don't update wdir when --dry-run is given (issue6669)
What _cleanup() should've been called, perhaps, is _update(). Because it
updates working copy to either headnode or a successor of startnode. And yes,
it performs an update even when shouldupdate is False. So when --dry-run is
given, we should simply avoid calling _cleanup().
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 09 Apr 2022 20:49:43 +0300 |
parents | 6faab8daf02a |
children | 17ffdea0edbb |
comparison
equal
deleted
inserted
replaced
6215:9571d40061c8 | 6223:4298ae0b966d |
---|---|
2 ========= | 2 ========= |
3 | 3 |
4 10.5.1 - in progress | 4 10.5.1 - in progress |
5 -------------------- | 5 -------------------- |
6 | 6 |
7 * evolve: avoid updating working copy when --dry-run is given (issue6669) | |
7 * fixup: work correctly with bookmarks | 8 * fixup: work correctly with bookmarks |
8 | 9 |
9 10.5.0 -- 2022-02-23 | 10 10.5.0 -- 2022-02-23 |
10 -------------------- | 11 -------------------- |
11 | 12 |