From c19ad90b488edabc47e3a5a5d477a3007eecaa69 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 28 May 2018 07:32:47 +0200 Subject: Add commit.merge_requests() support --- docs/gl_objects/commits.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/gl_objects/commits.rst b/docs/gl_objects/commits.rst index d04d731..f662fcb 100644 --- a/docs/gl_objects/commits.rst +++ b/docs/gl_objects/commits.rst @@ -71,6 +71,10 @@ Get the references the commit has been pushed to (branches and tags):: commit.refs('tag') # only tags commit.refs('branch') # only branches +List the merge requests related to a commit:: + + commit.merge_requests() + Commit comments =============== -- cgit v1.2.1