]> arthur.barton.de Git - bup.git/commit
Docstrings for the git.py library
authorGabriel Filion <lelutin@gmail.com>
Tue, 8 Jun 2010 05:03:41 +0000 (01:03 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 8 Jun 2010 05:52:43 +0000 (01:52 -0400)
commit72c80d3080138152da5cb484c2e3209c630705df
treedc7c1157458b109e503ffa699b0c13516f97d7a3
parent951d88bb0a52b0322f755f2644943028cf8de896
Docstrings for the git.py library

Add docstrings to the module and the public classes and functions of the
git library (eg. the ones that do not start with _ ).

Also rename the AbortableIter class to _AbortableIter since it is used
only inside the git.py library and is not intended to be used elsewhere
for now.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
lib/bup/git.py