From bc4280c2fbff115bd5e29a6f5012ae518610f626 Mon Sep 17 00:00:00 2001 From: Jeroen Schutrup Date: Thu, 11 Jul 2019 16:25:21 +0200 Subject: feat: add mr rebase method --- gitlab/exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gitlab/exceptions.py') diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py index 449b6f0..d644e0f 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -173,6 +173,10 @@ class GitlabMRApprovalError(GitlabOperationError): pass +class GitlabMRRebaseError(GitlabOperationError): + pass + + class GitlabMRClosedError(GitlabOperationError): pass -- cgit v1.2.1