Skip to content
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

Merge fixes #16

Merged
merged 2 commits into from
Oct 12, 2017
Merged

Merge fixes #16

merged 2 commits into from
Oct 12, 2017

Conversation

kecso
Copy link
Member

@kecso kecso commented Oct 12, 2017

Fixes #13 Merging branches with children created in a container and container removed resolves with no conflict
Fixes #12 Merging two branches with new nodes only keeps one

@kecso kecso added this to the v2.18.4 milestone Oct 12, 2017
@kecso kecso requested a review from pmeijer October 12, 2017 18:46
})
.then(function (diffs) {
var concatChanges01 = core.tryToConcatChanges(diffs[0], diffs[1]),
concatChanges10 = core.tryToConcatChanges(diffs[1], diffs[0]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure the diffs aren't mutated as part of the tryToConcatChanges?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am positive. Double checked it. We can add it though to the test if you wish.

@pmeijer pmeijer merged commit d6c06eb into master Oct 12, 2017
@pmeijer pmeijer deleted the merge_fixes branch October 12, 2017 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants