Skip to content

Commit 5de53a1

Browse files
authored
Merge pull request #152 from abitrolly/patch-1
`to-be-merged` branch is `to-be-rebased`
2 parents d2e19f9 + aa0a81c commit 5de53a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitimerge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@ def _check_no_merges(git, commits):
23912391
]
23922392
if multiparent_commits:
23932393
raise Failure(
2394-
'The following commits on the to-be-merged branch are merge commits:\n'
2394+
'The following commits on the to-be-rebased branch are merge commits:\n'
23952395
' %s\n'
23962396
'--goal=\'rebase\' is not yet supported for branches that include merges.\n'
23972397
% ('\n '.join(multiparent_commits),)

0 commit comments

Comments
 (0)