This is an archive of the discontinued Mercurial Phabricator instance.

meld: enable auto-merge
ClosedPublic

Authored by martinvonz on Sep 19 2018, 3:08 PM.

Details

Reviewers
av6
Group Reviewers
hg-reviewers
Commits
rHGf803bcb902ad: meld: enable auto-merge
Summary

This tells meld to resolve trivial conflicts before presenting the
user with the remaining conflicts.

This was attempted 5 years ago, but then --auto-merge was too new that
the patch was rejected out of concern that users still had an older
version of meld installed [1]. Maybe it's safe to assume that they
have a newer version now.

[1] https://www.mercurial-scm.org/pipermail/mercurial-devel/2013-April/050084.html

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

martinvonz created this revision.Sep 19 2018, 3:08 PM
av6 accepted this revision.Sep 20 2018, 7:23 AM
This revision is now accepted and ready to land.Sep 20 2018, 7:23 AM
av6 added a comment.Sep 20 2018, 7:33 AM

Although I must say that EPEL 6 (it's for RHEL/CentOS 6) still has meld 1.3.1, which may be too old for this option: https://repology.org/metapackage/meld/versions

This revision was automatically updated to reflect the committed changes.