gits: tweak "Rebasing" output

Change-Id: I81d57481650c6f94a3816f04d7b93e28bbc7f9c3
This commit is contained in:
Neels Hofmeyr 2019-03-15 15:34:30 +01:00
parent 3cf904ac68
commit 94e0aec3f6
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ def rebase(git_dir):
upstream_branch = git_branch_upstream(git_dir, orig_branch)
print('Rebasing %r onto %r' % (orig_branch, upstream_branch))
print('Checking for rebase of %r onto %r' % (orig_branch, upstream_branch))
ahead, behind = git_ahead_behind(git_dir, orig_branch, upstream_branch)
if git_has_modifications(git_dir):