diff CHANGELOG @ 5691:6eb9f82b43ba stable

evolve: remove spurious "working directory is now at ..." messages The `startnode` variable was sometimes a context, which made the comparison with `repo[b'.'].node()` in `_cleanup()` fail. This patch fixes that by making sure that `startnode` is always a (binary) nodeid.
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 24 Nov 2020 18:04:40 -0800
parents 35b0f8f45250
children 61d2f1cf90f0 0257716d1f22
line wrap: on
line diff
--- a/CHANGELOG	Thu Dec 24 00:52:06 2020 +0100
+++ b/CHANGELOG	Tue Nov 24 18:04:40 2020 -0800
@@ -4,6 +4,8 @@
 10.1.1 -- in progress
 ---------------------
 
+  * evolve: remove spurious "working directory is now at ..." messages
+
 topic:
 
   * rebase: prevent in-memory rebase to silently drop topic (by disable the feature)