{% extends "base.html" %} {% block title %}Compare — {{ project.name }} — Fossilrepo{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
| {{ dl.old_num }} | {{ dl.new_num }} | {{ dl.prefix }}{{ dl.code }} |
| {{ dl.old_num }} | {% if dl.type == 'empty' %} {% elif dl.type == 'hunk' or dl.type == 'header' %}{{ dl.text }}{% else %}{{ dl.code }}{% endif %} |
| {{ dl.new_num }} | {% if dl.type == 'empty' %} {% elif dl.type == 'hunk' or dl.type == 'header' %}{{ dl.text }}{% else %}{{ dl.code }}{% endif %} |
No differences found between these checkins.
{% endif %} {% elif from_uuid and to_uuid %}One or both checkins not found.
{% endif %} {% endblock %}