We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2e19f9 + aa0a81c commit 5de53a1Copy full SHA for 5de53a1
gitimerge.py
@@ -2391,7 +2391,7 @@ def _check_no_merges(git, commits):
2391
]
2392
if multiparent_commits:
2393
raise Failure(
2394
- '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'
2395
' %s\n'
2396
'--goal=\'rebase\' is not yet supported for branches that include merges.\n'
2397
% ('\n '.join(multiparent_commits),)
0 commit comments