Add note about default behaviour of Repository.listall_branches()
This commit is contained in:
@@ -968,7 +968,8 @@ out:
|
|||||||
PyDoc_STRVAR(Repository_listall_branches__doc__,
|
PyDoc_STRVAR(Repository_listall_branches__doc__,
|
||||||
"listall_branches([flags]) -> [str, ...]\n"
|
"listall_branches([flags]) -> [str, ...]\n"
|
||||||
"\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 *
|
PyObject *
|
||||||
Repository_listall_branches(Repository *self, PyObject *args)
|
Repository_listall_branches(Repository *self, PyObject *args)
|
||||||
|
Reference in New Issue
Block a user