We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece804a commit 87b5d9cCopy full SHA for 87b5d9c
git/repo/base.py
@@ -1063,7 +1063,7 @@ def has_separate_working_tree(self):
1063
def __repr__(self):
1064
return '<git.Repo "%s">' % self.git_dir
1065
1066
- def currentlyRebasingOn(self):
+ def currently_rebasing_on(self):
1067
"""
1068
:return: The hash of the commit which is currently being replayed while rebasing.
1069
0 commit comments