Skip to content

Commit

Permalink
to-be-merged branch is to-be-rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored Jun 16, 2020
1 parent d2e19f9 commit aa0a81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitimerge.py
Original file line number Diff line number Diff line change
Expand Up @@ -2391,7 +2391,7 @@ def _check_no_merges(git, commits):
]
if multiparent_commits:
raise Failure(
'The following commits on the to-be-merged branch are merge commits:\n'
'The following commits on the to-be-rebased branch are merge commits:\n'
' %s\n'
'--goal=\'rebase\' is not yet supported for branches that include merges.\n'
% ('\n '.join(multiparent_commits),)
Expand Down

0 comments on commit aa0a81c

Please sign in to comment.