{% extends "base.html" %} {% block title %}{{ nick }} : files for revision {{ revno }}{% endblock %} {% block head_extras %} {% endblock %} {% block heading %} {% endblock %} {% block content %}
To get this branch, use:
bzr branch {{ nick }}
{% match tip_change %}{% when Some with (c) %}
  • Committer: {{ c.committer }}
  • Date: {{ c.utc_iso }}
  • Revision ID: {{ revid_hex }}
{{ c.message }}
{% when None %}{% endmatch %} {% match parent_path %}{% when Some with (p) %} {% when None %}{% endmatch %} {% for e in entries %} {% endfor %}
Filename{% if sort == "filename" %} ▼{% endif %} Latest Rev Last Changed{% if sort == "date" %} ▼{% endif %} Committer Comment Size{% if sort == "size" %} ▼{% endif %}
..
{{ e.name }}{% if e.is_dir %}/{% endif %} {{ e.last_revno }} {{ e.last_relative }} {{ e.last_committer }} {{ e.last_message }} {% match e.size %}{% when Some with (s) %}{{ s }} bytes{% when None %}{% endmatch %} {% if !e.is_dir %} View {% endif %} {% if !e.is_dir %} Download File {% endif %}
{% endblock %}