From 3520b453f75c9727eafe8e997ee8274933c6f0fd 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 --- docs/gl_objects/mrs.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/gl_objects') diff --git a/docs/gl_objects/mrs.rst b/docs/gl_objects/mrs.rst index b3b5e07..a3e3fa0 100644 --- a/docs/gl_objects/mrs.rst +++ b/docs/gl_objects/mrs.rst @@ -181,3 +181,7 @@ Reset spent time for a merge request:: Get user agent detail for the issue (admin only):: detail = issue.user_agent_detail() + +Attempt to rebase an MR:: + + mr.rebase() -- cgit v1.2.1