Add docs note for Reverting MR availability

This commit is contained in:
Christian Svensson 2018-11-23 16:55:14 +00:00 committed by Achilleas Pipinellis
parent 3250efaee9
commit 5cca95ec71
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ The **Revert** button will only be available for merge requests
created since GitLab 8.5. However, you can still revert a merge request
by reverting the merge commit from the list of Commits page.
NOTE: **Note:**
The **Revert** button will only be shown for projects that use the
merge method "Merge Commit", which can be set under the project's
**Settings > General > Merge request**. [Fast-forward commits](fast_forward_merge.md)
can not be reverted via the MR view.
After the Merge Request has been merged, a **Revert** button will be available
to revert the changes introduced by that merge request.