{% extends "webui/collections/base.html" %} {% block title %}MERGE | {{ collection.id }}{% endblock %} {% block breadcrumbs %}{{ block.super }}
  • {{ collection.id }}
  • MERGE
  • {% endblock breadcrumbs %} {% block content %}

    {{ collection_path }}

    {% if unmerged %}

    The following files are conflicted and must be fixed:

    {% else %} {% if staged %} {% if conflicted or diverged %}

    File conflicts resolved

    {% csrf_token %} {{ form.as_p }}
    {% endif %}{# conflicted or diverged #} {% endif %}{# staged #} {% endif %}{# unmerged #}

    Help / Troubleshooting

    Your collection has what is called a "merge conflict". This occurs when you and someone else have made conflicting changes to the same part of a collection metadata file. When a conflict occurs, it is the responsibility of one of the parties to resolve it. In this case, you are that party.

    For each conflicted file,

    • click on its link
    • edit the text
    When you have edited all the conflicted files, save your changes.

    Diagnostic Information

    {{ status }}
    
    conflicted: {{ conflicted }}
    diverged: {{ diverged }}
    ahead: {{ ahead }}
    behind: {{ behind }}
    unmerged: {{ unmerged }}
    staged: {{ staged }}
    {% endblock content %}