{% when None %}
{% endmatch %}
{% match remember_revno %}
{% when Some with (rr) %}
Click another revision to compare with revision {{ rr }}.
Cancel.
{% when None %}
{% endmatch %}
Committer:{{ author }}
Date:{{ utc_iso }}
{% if !parents.is_empty() %}
Parent:
{% for p in parents %}
{% match remember_revno %}
{% when Some with (rr) %}{{ p.revno }}
{% when None %}{{ p.revno }}
{% endmatch %}
{% if !loop.last %}, {% endif %}
{% endfor %}