{% extends "base.html" %} {% from "_tree.html" import render_tree %} {% from "_diff.html" import render_diff, render_diff_sections %} {% block title %}Snapshot {{ snapshot_id }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Captured workspace slice for this run. Compare against the parent commit on the Diff tab.
Patch truncated at 512 KiB — open the patch file locally for the full output.
{% endif %} {% if diff.sections %} {{ render_diff_sections(diff.sections) }} {% else %} {{ render_diff(diff.text) }} {% endif %} {% else %}{{ blob.path }}{{ blob.content }}
{% else %}