comparison tests/test-push-checkheads-pruned-B7.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 196ed65594dc
children b1d010b2e6c4
comparison
equal deleted inserted replaced
6245:a54db3e55c88 6259:fc60328270ac
55 obsoleted 1 changesets 55 obsoleted 1 changesets
56 $ hg debugobsolete --record-parents `getid "desc(A1)"` 56 $ hg debugobsolete --record-parents `getid "desc(A1)"`
57 1 new obsolescence markers 57 1 new obsolescence markers
58 obsoleted 1 changesets 58 obsoleted 1 changesets
59 $ hg log -G --hidden 59 $ hg log -G --hidden
60 x ba93660aff8d (draft): A1 60 x ba93660aff8d [default] (draft): A1
61 | 61 |
62 @ 74ff5441d343 (draft): B0 62 @ 74ff5441d343 [default] (draft): B0
63 | 63 |
64 | x 8aaa48160adc (draft): A0 64 | x 8aaa48160adc [default] (draft): A0
65 |/ 65 |/
66 o 1e4be0697311 (public): root 66 o 1e4be0697311 [default] (public): root
67 67
68 68
69 Actual testing 69 Actual testing
70 -------------- 70 --------------
71 71