Proper naming

This commit is contained in:
vtemian
2014-07-09 16:46:52 +03:00
parent 02fd05baae
commit 19dd7629d3

View File

@@ -300,5 +300,5 @@ class Repository(_Repository):
raise ValueError("Only blobs and treeish can be diffed")
def clean_state_files(self):
def state_cleanup(self):
C.git_repository_state_cleanup(self._repo)