diff tests/test-push-checkheads-multibranches-E3.t @ 6259:fc60328270ac

tests: add branch to checkheads-related log output Just an additional branch is not going to make log output unreadable. The branch is added even if topic is unset. This is for consistency with tests that check single head enforcement, that also get initialized using push-checkheads-util.sh, but previously used a separate, almost identical, log template. Now they all use the same template.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 12 Jun 2022 21:54:53 +0400
parents f0d46ffbf1bb
children 60daa7887c49
line wrap: on
line diff
--- a/tests/test-push-checkheads-multibranches-E3.t	Mon May 23 14:02:54 2022 +0400
+++ b/tests/test-push-checkheads-multibranches-E3.t	Sun Jun 12 21:54:53 2022 +0400
@@ -73,15 +73,15 @@
   1 new obsolescence markers
   obsoleted 1 changesets
   $ hg log -G --hidden
-  @  dc44c53142f0 (draft): C1
+  @  dc44c53142f0 [default] (draft): C1
   |
-  | x  afc55ba2ce61 (draft): C0
+  | x  afc55ba2ce61 [default] (draft): C0
   | |
-  | o  93e5c1321ece (draft): B0
+  | o  93e5c1321ece [Z] (draft): B0
   | |
-  | o  8aaa48160adc (draft): A0
+  | o  8aaa48160adc [default] (draft): A0
   |/
-  o  1e4be0697311 (public): root
+  o  1e4be0697311 [default] (public): root
   
 
 Actual testing