Fix document for get mergeable information for change

If the flag for other-branches is set, we will only check for branches
that are listed branchOrder section in project config.

Change-Id: Ifa2977deea0444ae597e391bbb1453bb3b6d48a6
This commit is contained in:
Zhen Chen 2016-11-11 17:32:32 -08:00
parent 04a3da35a6
commit 6729b637ef

View File

@ -3565,7 +3565,9 @@ As response a link:#mergeable-info[MergeableInfo] entity is returned.
---- ----
If the `other-branches` parameter is specified, the mergeability will also be If the `other-branches` parameter is specified, the mergeability will also be
checked for all other branches. checked for all other branches which are listed in the
link:config-project-config.html#branchOrder-section[branchOrder] section in the
project.config file.
.Request .Request
---- ----