{% extends "base.html" %} {% block title %}{{ nick }} : revision {{ revno }}{% endblock %} {% block head_extras %} {% endblock %} {% block heading %} {% endblock %} {% block content %}

Viewing all changes in revision {{ revno }}.

{% match compare_revno %} {% when Some with (cr) %}

Showing diff vs revision {{ cr }}. Stop comparing.

{% when None %} {% endmatch %} {% match remember_revno %} {% when Some with (rr) %}

Click another revision to compare with revision {{ rr }}. Cancel.

{% when None %} {% endmatch %}
{% if !bugs.is_empty() %} {% for b in bugs %} {% endfor %} {% endif %}
{{ message }}

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context:
{% for f in modified %}
{% endfor %}
{% endblock %}