diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2013-09-14 08:55:53 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2013-09-14 08:55:53 +0200 |
commit | 6b0c678aa8a3081d17fc2852d64828f04f49b91b (patch) | |
tree | 562faee16948158771dbeee8d7d4b7e99c2bb0a5 /gitlab.py | |
parent | 64cead6d48f8c6a65ca89f90abc2fa010a36adaf (diff) | |
download | gitlab-6b0c678aa8a3081d17fc2852d64828f04f49b91b.tar.gz |
Allow to get a project commit (GitLab 6.1)
Diffstat (limited to 'gitlab.py')
-rw-r--r-- | gitlab.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -645,7 +645,6 @@ class ProjectBranch(GitlabObject): class ProjectCommit(GitlabObject): _url = '/projects/%(project_id)s/repository/commits' - canGet = False canDelete = False canUpdate = False canCreate = False |