diff tests/test-evolve-progress.t @ 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 eb326644dc29
children b3d9e6c805d6
line wrap: on
line diff
--- a/tests/test-evolve-progress.t	Thu Dec 24 00:52:06 2020 +0100
+++ b/tests/test-evolve-progress.t	Tue Nov 24 18:04:40 2020 -0800
@@ -188,6 +188,5 @@
    a: remote is newer -> g
   getting a
   updating: a 2/2 files (100.00%)
-  working directory is now at f8d7d38c0a88
 
   $ cd ..