Test Repository.create_git_ref, GitRef.edit and .delete (needs a manual edition of Repository.py)

This commit is contained in:
Vincent Jacques
2012-05-10 19:52:52 +01:00
parent 71b8d5a3cc
commit 79ce878429
6 changed files with 51 additions and 23 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ class Repository( object ):
}
status, headers, data = self.__requester.request(
"POST",
str( self.url ) + "/git",
str( self.url ) + "/git/refs",
None,
post_parameters
)