{% extends "base.html" %} {% block title %}{{ nick }} : changes{% endblock %} {% block head_extras %} {% endblock %} {% block heading %}
To get this branch, use:
bzr branch {{ served_url }}
{% if !filter_path.is_empty() %} {% endif %} {% endblock %} {% block content %} {% if changes.is_empty() %}

No revisions.

{% else %}

expand all expand all

{% if prev_page_url.is_some() || next_page_url.is_some() %} {% endif %} {% if show_tag_col %}{% endif %} {% for c in changes %} {% if show_tag_col %}{% endif %} {% endfor %}
Rev   Summary AuthorsTagsDate Diff Files
{% if c.is_merge %}merge {% endif %}{{ c.short_message }}
{{ c.author }}{{ c.tags }}{{ c.relative_date }} Diff Files
{% if prev_page_url.is_some() || next_page_url.is_some() %} {% endif %} {% endif %} {% endblock %}