GitRef.delete

This commit is contained in:
Vincent Jacques
2012-03-30 12:13:08 +02:00
parent 64c6a1e975
commit 632d8b63c3
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -9,4 +9,5 @@ GitRef = GithubObject(
"_repo",
),
Editable( Parameters( [ "sha" ], [ "force" ] ) ),
Deletable(),
)