View mixin for checkin messages.
There are no implemented interfaces.
There are no attributes in this class.
body()
Colorize checkin message body.
body_plain()
Return the full text of the message.
first()
Return the first message in archive.
icon()
Return a mapping describing an icon for this checkin.
last()
Return the last message in archive.
mark_whitespace(line, tab=('>', '-'), trail='.')
Mark whitespace in diff lines.
Suggested values for tab: ('>', '-'), (»
, ' '),
(»
, ‐
)
Suggested values for trail: '.', ␣
next()
Return the next message in archive.
previous()
Return the previous message in archive.
subtrees()
Return a sequence of tuples (prefix, icon, alt, title).
(icon, alt, title) are the resource name, alt text and tooltip used for any checkin messages that have directory starting with prefix.
This information is currently taken from Dublin Core metadata description field, third paragraph. Every line in that paragraph defines a subtree, with all fields separated by spaces or tabs.
There are no known subclasses.