-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a way of resolving conflicts involving more than 3 parts #19
Comments
I plan to add the same kind of conflict markers I added to Mercurial in https://phab.mercurial-scm.org/D9551. However, something else is needed for resolving non-file conflicts (e.g. where one part added a regular file, one part added a symlink, one part added a directory). We will probably want some command for resolving conflicts. |
This copies the conflict marker format I added a while ago to Mercurial (https://phab.mercurial-scm.org/D9551), except that it uses `+++++++` instead of `=======` for sections that are pure adds. The reason I made that change is because we also have support for pure removes (Mercurial never ends up in that situation because it has exactly one remove and two adds). This change resolves part of issue #19.
I consider this resolved by commit 4435281. We could have a new issue about resolving non-file conflicts. We could also have another issue for making |
No description provided.
The text was updated successfully, but these errors were encountered: