From b54b9399920375f0bab14ff8495c0ea3f5fa1c33 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 22 Jan 2015 12:40:07 +0100 Subject: Overhauled all tutorials, and placed them in a unit-test. That way they are protected from regression. Fixes #239 --- git/repo/fun.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'git/repo/fun.py') 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""" -- cgit v1.2.1