forked from smarkets/marge-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail to merge if changes already exist in target
It's possible that the changes in an MR already exist in the target branch - whether this was merged in manually or someone else happened to have a similar idea. If this happens, when we rebase the MR on the target the commits will be dropped, essentially turning into a no-op. This causes the filter-branch to fail as it expects some revisions to be listed. Whilst this has the same end result, it's clearer if we explain exactly what the issue is.
- Loading branch information
1 parent
bbbfa38
commit 9986daf
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters