summaryrefslogtreecommitdiff
path: root/docs/gl_objects
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gl_objects')
-rw-r--r--docs/gl_objects/mrs.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/gl_objects/mrs.rst b/docs/gl_objects/mrs.rst
index 02b2e02..7fdf4d8 100644
--- a/docs/gl_objects/mrs.rst
+++ b/docs/gl_objects/mrs.rst
@@ -116,6 +116,14 @@ List commits of a MR::
commits = mr.commits()
+List the changes of a MR::
+
+ changes = mr.changes()
+
+List the pipelines for a MR::
+
+ pipelines = mr.pipelines()
+
List issues that will close on merge::
mr.closes_issues()