{% extends 'jinja_master/master.html' %} {% block title %} {{c.project.name}} / {{c.app.config.options.mount_label}} / Commit {{commit.shorthand_id()}} {% endblock %} {% macro commit_link(commit) -%} {{commit.shorthand_id}} {%- endmacro %} {% block header %}Commit {{commit_link(commit)}}{% endblock %} {% block content %} {{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)}} |