summaryrefslogtreecommitdiff
path: root/gitlab.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2013-09-14 08:55:53 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2013-09-14 08:55:53 +0200
commit6b0c678aa8a3081d17fc2852d64828f04f49b91b (patch)
tree562faee16948158771dbeee8d7d4b7e99c2bb0a5 /gitlab.py
parent64cead6d48f8c6a65ca89f90abc2fa010a36adaf (diff)
downloadgitlab-6b0c678aa8a3081d17fc2852d64828f04f49b91b.tar.gz
Allow to get a project commit (GitLab 6.1)
Diffstat (limited to 'gitlab.py')
-rw-r--r--gitlab.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab.py b/gitlab.py
index fc34086..897a178 100644
--- a/gitlab.py
+++ b/gitlab.py
@@ -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