comparison tests/test-push-checkheads-supersede-A8.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 144d10e74757
children b1d010b2e6c4
comparison
equal deleted inserted replaced
6245:a54db3e55c88 6259:fc60328270ac
57 obsoleted 1 changesets 57 obsoleted 1 changesets
58 $ hg debugobsolete `getid "desc(A1)" ` `getid "desc(A2)"` 58 $ hg debugobsolete `getid "desc(A1)" ` `getid "desc(A2)"`
59 1 new obsolescence markers 59 1 new obsolescence markers
60 obsoleted 1 changesets 60 obsoleted 1 changesets
61 $ hg log -G --hidden 61 $ hg log -G --hidden
62 @ c1f8d089020f (draft): A2 62 @ c1f8d089020f [default] (draft): A2
63 | 63 |
64 | x f6082bc4ffef (draft): A1 64 | x f6082bc4ffef [default] (draft): A1
65 |/ 65 |/
66 | x 8aaa48160adc (draft): A0 66 | x 8aaa48160adc [default] (draft): A0
67 |/ 67 |/
68 o 1e4be0697311 (public): root 68 o 1e4be0697311 [default] (public): root
69 69
70 70
71 Actual testing 71 Actual testing
72 -------------- 72 --------------
73 73