{% extends "base.html" %} {% block title %}History: {{ filepath }} — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}

{{ project.name }}

{% include "fossil/_project_nav.html" %}
← Back to file

{{ filepath }}

{{ history|length }} commit{{ history|length|pluralize }}
{% for commit in history %}
{% empty %}

No history found.

{% endfor %}
{% endblock %}