diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-28 07:32:47 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-28 07:32:47 +0200 |
| commit | c19ad90b488edabc47e3a5a5d477a3007eecaa69 (patch) | |
| tree | 4b8819adaf38888a2f519d72a1cdfd95ff4aaebf /docs/gl_objects | |
| parent | 3c53f7fb8d9c0f829fbbc87acc7c83590a11b467 (diff) | |
| download | gitlab-c19ad90b488edabc47e3a5a5d477a3007eecaa69.tar.gz | |
Add commit.merge_requests() support
Diffstat (limited to 'docs/gl_objects')
| -rw-r--r-- | docs/gl_objects/commits.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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 =============== |
