{% extends 'allura:templates/repo/repo_master.html' %} {% block title %} {% if c.app.repo %} Mercurial Repository: {{c.app.repo.name}} {% else %} Mercurial Repository {% endif %} {% endblock %} {% block header %}{{c.app.config.options.mount_label}}{% endblock %} {% block content %} {{ clone_info(c.app.repo) }}
 
{% if log %}

Recent Commits{% if branch %} on {{branch}}{% endif %}

{{c.log_widget.display(value=log, show_paging=False, limit=limit, page=page, count=count)}} {% if int(count) > int(limit) %} More {% endif %} {% else %}

No (more) commits

{% endif %} {% endblock %}