diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-22 12:40:07 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-22 12:40:07 +0100 |
commit | b54b9399920375f0bab14ff8495c0ea3f5fa1c33 (patch) | |
tree | 299f314cef43341964d74a67943512b1aed88028 /git/repo/fun.py | |
parent | d565a874f29701531ce1fc0779592838040d3edf (diff) | |
download | gitpython-b54b9399920375f0bab14ff8495c0ea3f5fa1c33.tar.gz |
Overhauled all tutorials, and placed them in a unit-test.
That way they are protected from regression.
Fixes #239
Diffstat (limited to 'git/repo/fun.py')
-rw-r--r-- | git/repo/fun.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git/repo/fun.py b/git/repo/fun.py index 2321dbc8..1d551f04 100644 --- a/git/repo/fun.py +++ b/git/repo/fun.py @@ -148,8 +148,6 @@ def rev_parse(repo, rev): :param rev: git-rev-parse compatible revision specification as string, please see http://www.kernel.org/pub/software/scm/git/docs/git-rev-parse.html for details - :note: Currently there is no access to the rev-log, rev-specs may only contain - topological tokens such ~ and ^. :raise BadObject: if the given revision could not be found :raise ValueError: If rev couldn't be parsed :raise IndexError: If invalid reflog index is specified""" |