summaryrefslogtreecommitdiff
path: root/test/integration/test-history
Commit message (Collapse)AuthorAgeFilesLines
* Scale history-list to screen widthSimon Johnsson2026-04-071-15/+58
|
* Fix history command error when no ID was givenSimon Johnsson2025-10-061-0/+4
|
* Add history undo, redo, and rollback featuresSimon Johnsson2025-10-021-1/+42
|
* test-history: Adjust for as-installed testingJulian Andres Klode2025-09-301-1/+1
| | | | | | When testing as installed, we inadvertently do not replace the command-line with dummy in the "apt history-list" command.
* history: Handle transactions without any changesJulian Andres Klode2025-09-261-0/+19
| | | | For some reason I have them in my log file.
* test-history: Do not fully remove the command lineJulian Andres Klode2025-09-261-2/+2
| | | | | This will particularly be useful in the next commit; just strip the path form the commandline.
* History Command and ParsingSimon Johnsson2025-09-261-0/+30
|
* Add a --comment option to record Comment: in historyJulian Andres Klode2024-11-181-0/+40
Suggested-by: mhoye on IRC