We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
to-be-merged
to-be-rebased
1 parent d2e19f9 commit aa0a81cCopy full SHA for aa0a81c
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