Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mr_show: Add MR status "open (needs rebase)"
I noticed that 'lab mr show' shows Merge Requests that need a rebase as status "open" with no further information. The MergeRequest struct has a MergeStatus field that returns "can_be_merged" or "cannot_be_merged". The "cannot_be_merged" state can be used to return better status information to the user. Add an "open (needs rebase)" status. Signed-off-by: Prarit Bhargava <[email protected]>
- Loading branch information