diff tests/test-issue-5720.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 b6c819facbe8
children b3d9e6c805d6
line wrap: on
line diff
--- a/tests/test-issue-5720.t	Thu Dec 24 00:52:06 2020 +0100
+++ b/tests/test-issue-5720.t	Tue Nov 24 18:04:40 2020 -0800
@@ -74,7 +74,6 @@
 Continue the evolution
   $ hg evolve --continue
   evolving 2:13833940840c "c"
-  working directory is now at 87495ea7c9ec
 
 Tip should stay in secret phase
   $ hg log -G -T "{rev}: {phase}"