From 87b5d9c8e54e589d59d6b5391734e98618ffe26e Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Sun, 11 Aug 2019 13:35:48 +0200 Subject: [PATCH] Snack case as requested in #903 --- git/repo/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/repo/base.py b/git/repo/base.py index efb70b37f..0a67a5c1f 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -1063,7 +1063,7 @@ def has_separate_working_tree(self): def __repr__(self): return '' % self.git_dir - def currentlyRebasingOn(self): + def currently_rebasing_on(self): """ :return: The hash of the commit which is currently being replayed while rebasing.