diff options
author | Jeroen Schutrup <jschutrup@bol.com> | 2019-07-11 16:25:21 +0200 |
---|---|---|
committer | Jeroen Schutrup <jeroenschutrup@hotmail.nl> | 2019-07-11 22:56:27 +0200 |
commit | bc4280c2fbff115bd5e29a6f5012ae518610f626 (patch) | |
tree | 365647f969b08edb8b40d9ff937c175933017a15 /docs/gl_objects | |
parent | ad1c0dda37f573673beaf9f25187f51751a5a484 (diff) | |
download | gitlab-bc4280c2fbff115bd5e29a6f5012ae518610f626.tar.gz |
feat: add mr rebase method
Diffstat (limited to 'docs/gl_objects')
-rw-r--r-- | docs/gl_objects/mrs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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() |