Add note about default behaviour of Repository.listall_branches()

This commit is contained in:
djmattyg007
2014-08-23 10:56:48 +10:00
parent 9718fd8c32
commit e4315aa0a5

View File

@@ -968,7 +968,8 @@ out:
PyDoc_STRVAR(Repository_listall_branches__doc__,
"listall_branches([flags]) -> [str, ...]\n"
"\n"
"Return a tuple with all the branches in the repository.");
"Return a tuple with all the branches in the repository.\n"
"By default, it returns all local branches.");
PyObject *
Repository_listall_branches(Repository *self, PyObject *args)