{% extends "base.html" %} {% block title %}Pacnew Review - garuda-pilot{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{% if files %} {{ files | length }} file{{ "s" if files | length != 1 else "" }} need review {% else %} All clear {% endif %}
.pacnew extension and leaves the decision to you.
For each file you need to choose: keep yours, use the new one, or merge the two.
Files marked auto-managed (e.g. written by NetworkManager) should
just have their .pacnew deleted — they'll be rewritten by the tool anyway.
Nothing to review.
sudo pacdiff
copy
sudo rm {{ f.pacnew_path }}
copy
A backup is saved automatically each time you generate an AI merge. If a merge goes wrong, use the restore command below.
| File | Backed up | Size | Restore |
|---|---|---|---|
{{ b.original_path }} |
{{ b.timestamp }} | {{ (b.size / 1024) | round(1) }} KB | {% set restore_cmd = "sudo cp " + b.backup_path + " " + b.original_path %} copy restore cmd |