You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stefan Sperling <st...@elego.de> on 2014/04/24 16:46:39 UTC

Re: external merge tool with 'm' at conflict prompt

On Wed, Mar 05, 2014 at 03:04:29PM -0800, Ben Reser wrote:
> I'd rather we do the following:
> m: run the external merge tool if configured or the internal merge tool if not.
>  If the external merge tool fails, print an error and let the user decide what
> to do.
> l: run the external merge tool (maybe make this option prompt if you want to
> use the configured one or provide one, but that's probbaly getting out of scope)
> i: run the internal merge tool

I've implemented this today (see r1589707 and follow-ups).
Does it look good to you now?

Thanks!