Files
deb-python-pygit2/docs/remotes.rst
Carlos Martín Nieto 1cc112c32f docs: adjust to recent changes
It seems I have been forgetting to update the documentation with the
last few  changes, so adjust to the oid -> id renaming and add missing
attributes to the listings.
2014-01-25 04:25:42 +01:00

1.3 KiB

Remotes

pygit2.Repository.remotes

pygit2.Repository.create_remote

The Remote type

pygit2.Remote.name

pygit2.Remote.url

pygit2.Remote.push_url

pygit2.Remote.refspec_count

pygit2.Remote.push_refspecs

pygit2.Remote.fetch_refspecs

pygit2.Remote.get_push_refspecs

pygit2.Remote.get_fetch_refspecs

pygit2.Remote.set_push_refspecs

pygit2.Remote.set_fetch_refspecs

pygit2.Remote.get_refspec

pygit2.Remote.fetch

pygit2.Remote.push

pygit2.Remote.save

The Refspec type

pygit2.Refspec.direction

pygit2.Refspec.src

pygit2.Refspec.dst

pygit2.Refspec.force

pygit2.Refspec.string

pygit2.Refspec.src_matches

pygit2.Refspec.dst_matches

pygit2.Refspec.transform

pygit2.Refspec.rtransform