Skip to content

Add history undo, redo, and rollback features

Simon Johnsson requested to merge bamf0/apt:history-command into main
  • apt history-undo <id> - undoes actions of the given transaction.
  • apt history-redo <id> - repeats actions of the given transaction.
  • apt history-rollback <id> - undoes all transactions after the given transaction.

All commands generate a new transaction, meaning that the log remains transparent and append-only.

Merge request reports

Loading