aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pama/remove_test.go
Commit message (Collapse)AuthorAgeFilesLines
* patch/remove: add remove sub-cmdKoni Marti2023-12-301-0/+85
Implement the :patch remove command. Remove a patch set from the respository and from the internal storage. Note that in git, this will change all commit hashes that appear after the removed one since the commit hash depends on its parents. Adjust the code to handle such cases and add tests for this. Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>