Skip to content
Snippets Groups Projects
Commit 99f28c50 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Move merge request versions to its own document

parent 4d77056a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -73,8 +73,4 @@ It is also working on commits compare view.
 
## Merge Requests versions
 
Every time you push to merge request branch, a new version of merge request diff
is created. When you visit the merge request page you see latest version of changes.
However you can select an older one from version dropdown
![Merge Request Versions](merge_requests/img/versions.png)
Select an older revision to from the version dropdown.
doc/user/project/merge_requests/img/versions.png

98.2 KiB | W: 1352px | H: 899px

doc/user/project/merge_requests/img/versions.png

34.2 KiB | W: 386px | H: 327px

doc/user/project/merge_requests/img/versions.png
doc/user/project/merge_requests/img/versions.png
doc/user/project/merge_requests/img/versions.png
doc/user/project/merge_requests/img/versions.png
  • 2-up
  • Swipe
  • Onion skin
# Merge requests versions
> Will be [introduced][ce-5467] in GitLab 8.12.
Every time you push to a branch that is tied to a merge request, a new version
of merge request diff is created. When you visit a merge request that contains
more than one pushes, you can select and compare the versions of those merge
request diffs.
By default, the latest version of changes is shown. However, you
can select an older one from version dropdown.
![Merge Request Versions](img/versions.png)
---
>**Note:**
Merge request versions are based on push not on commit. So, if you pushed 5
commits in a single push, it will be a single option in the dropdown. If you
pushed 5 times, that will count for 5 options.
[ce-5467]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5467
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment