{% extends "base.html" %} {% block content %}
{% include "partials/repo_heading.html" %}
{% set repo_tab = "files" %} {% set repo_tab_label = "Compare" %} {% include "partials/repo_tabs.html" %}
{% include "partials/repo_clone_url.html" %}
Compare refs
Enter any ref-ish (branch, tag, commit, HEAD~n).
{% endblock %} {% block scripts %} {% endblock %}