Skip to content

Commit 6b0c678

Browse files
author
Gauvain Pocentek
committed
Allow to get a project commit (GitLab 6.1)
1 parent 64cead6 commit 6b0c678

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Version 0.4
22

33
* Fix strings encoding (Closes #6)
4+
* Allow to get a project commit (GitLab 6.1)
45

56
Version 0.3
67

gitlab.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ def unprotect(self):
645645

646646
class ProjectCommit(GitlabObject):
647647
_url = '/projects/%(project_id)s/repository/commits'
648-
canGet = False
649648
canDelete = False
650649
canUpdate = False
651650
canCreate = False

0 commit comments

Comments
 (0)