Clear up confusion regarding accepted types for Repository.checkout() refname parameter

This commit is contained in:
djmattyg007
2014-08-23 01:06:30 +10:00
parent 82b342937f
commit 2bd73f3bdf

View File

@@ -244,7 +244,7 @@ class Repository(_Repository):
Arguments:
:param str refname: The reference to checkout. After checkout,
:param str|Reference refname: The reference to checkout. After checkout,
the current branch will be switched to this one.
:param int strategy: A ``GIT_CHECKOUT_`` value. The default is