{% extends 'allura:templates/repo/repo_master.html' %} {% block title %} {{c.project.name}} / {{c.app.config.options.mount_label}} / Commit {{commit.shorthand_id()}} {% endblock %} {% block header -%} Commit {{commit.shorthand_id()}} {{commit_labels(commit)}} {%- endblock %} {% block actions %} History {% endblock %} {% block content %} {{ clone_info(c.app.repo) }} {{c.revision_widget.display(value=commit, prev=prev, next=next)}}
add | {{h.really_unicode(diff)}} |
remove | {{h.really_unicode(diff)}} |
change | {{h.really_unicode(diff)}} (diff) |
copy |
{{h.really_unicode(diff.old)}}
to {{h.really_unicode(diff.new)}} |