Skip to content

Commit 87b5d9c

Browse files
Arthur-MilchiorByron
authored andcommitted
Snack case as requested in #903
1 parent ece804a commit 87b5d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/repo/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ def has_separate_working_tree(self):
10631063
def __repr__(self):
10641064
return '<git.Repo "%s">' % self.git_dir
10651065

1066-
def currentlyRebasingOn(self):
1066+
def currently_rebasing_on(self):
10671067
"""
10681068
:return: The hash of the commit which is currently being replayed while rebasing.
10691069

0 commit comments

Comments
 (0)