Add history undo, redo, and rollback features
-
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.