Skip to content

WIP: Allow to revert a commit

Andrea Scarpino requested to merge ilpianista/LabCoat:revert-commit into master

This adds the capability to revert a commit.

GitLab's API does require a branch where to revert the commit, thus I assumed we always want to revert it in the current branch or in the source branch in the case of a Merge Request, while the menu action is disabled when the reference is a tag.

Merge request reports