Skip to content

Commit

Permalink
Snack case as requested in #903
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur-Milchior authored and Byron committed Aug 14, 2019
1 parent ece804a commit 87b5d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/repo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ def has_separate_working_tree(self):
def __repr__(self):
return '<git.Repo "%s">' % self.git_dir

def currentlyRebasingOn(self):
def currently_rebasing_on(self):
"""
:return: The hash of the commit which is currently being replayed while rebasing.
Expand Down

0 comments on commit 87b5d9c

Please sign in to comment.