comparison tests/test-push-checkheads-supersede-A5.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
50 $ mkcommit A1 50 $ mkcommit A1
51 $ hg debugobsolete `getid "desc(A0)" ` `getid "desc(A1)"` 51 $ hg debugobsolete `getid "desc(A0)" ` `getid "desc(A1)"`
52 1 new obsolescence markers 52 1 new obsolescence markers
53 obsoleted 1 changesets 53 obsoleted 1 changesets
54 $ hg log -G --hidden 54 $ hg log -G --hidden
55 @ ba93660aff8d (draft): A1 55 @ ba93660aff8d [default] (draft): A1
56 | 56 |
57 o 74ff5441d343 (draft): B0 57 o 74ff5441d343 [default] (draft): B0
58 | 58 |
59 | x 8aaa48160adc (draft): A0 59 | x 8aaa48160adc [default] (draft): A0
60 |/ 60 |/
61 o 1e4be0697311 (public): root 61 o 1e4be0697311 [default] (public): root
62 62
63 63
64 Actual testing 64 Actual testing
65 -------------- 65 --------------
66 66