{% extends "cacsremoteservice/views/layouts/analysis-view.html" %} {% block scripts %} {% endblock %} {% block main-content %}

Complexity Trend Diff: {{old-rev}} .. {{newer-rev}}


History between Trend Sample Points

{% for c in trend-log %} {% endfor %}
Commit Date Author Summary
{{c.commit}} {{c.date}} {{c.author}} {{c.summary}}

Diff

{% for x in diff-output %} {{x.content}}
{% endfor %}

{% endblock %}