{% enddefinevar %}
{% definevar 'moved_fmt' %}
%(text)s
{% enddefinevar %}
{% if file.changed_chunk_indexes or file.binary or file.deleted %}
{% if not standalone %}
{% if file.dest_filename == file.depot_filename %}
{% if chunk.meta.headers and chunk.meta.headers.0 %}
{% ifequal chunk.meta.headers.0.text chunk.meta.headers.1.text %}
{% diff_chunk_header chunk.meta.headers.0 %}
{% else %}
{% diff_chunk_header chunk.meta.headers.0 %}
{% diff_chunk_header chunk.meta.headers.1 %}
{% endifequal %}
{% else %}
{% endif %}
{% endifnotequal %}
{% endif %}
{% endfor %}{# chunks #}
{% endif %}{# not file.deleted #}
{% endif %}{# not file.binary #}
{% if not standalone %}
{% endif %}{# not standalone #}
{% else %}{# No changed chunks and not a binary file #}
{% if not standalone %}
{% endif %}{# not standalone #}
{% endif %}{# No changed chunks and not a binary file #}