Update Review UI documentation to include new rebase functionality

Update the documentation to mention that the rebase feature can be
used to change the parent revision.

Change-Id: Iafc96fdde19d27a7bfab677ce152b4a9f82a40d4
This commit is contained in:
Zalan Blenessy
2015-03-18 11:40:48 +01:00
committed by David Pursehouse
parent faaa54874a
commit 366d7850e4

View File

@@ -239,7 +239,11 @@ onto the tip of the destination branch.
If the change depends on another open change, it is rebased onto the
current patch set of that other change.
+
The `Rebase` button is only available if the change can be rebased and
It is possible to change parent revision of a change. The new parent
revision can be another change towards the same target branch, or
the tip of the target branch.
+
The `Rebase` button is only available if
the link:access-control.html#category_rebase[Rebase] access right is
assigned. Rebasing merge commits is not supported.