diff 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
line wrap: on
line diff
--- a/CHANGELOG	Thu Apr 07 16:03:29 2022 +0200
+++ b/CHANGELOG	Sat Apr 09 20:49:43 2022 +0300
@@ -4,6 +4,7 @@
 10.5.1 - in progress
 --------------------
 
+  * evolve: avoid updating working copy when --dry-run is given (issue6669)
   * fixup: work correctly with bookmarks
 
 10.5.0 -- 2022-02-23