different diff tools based on file endings

Peter Arrenbrecht peter.arrenbrecht at gmail.com
Thu Mar 26 06:55:54 CDT 2009


On Mon, Mar 23, 2009 at 3:29 PM, Steve Borho <steve at borho.org> wrote:
> On Mon, Mar 23, 2009 at 4:41 AM, schrei5 <dominikruf at googlemail.com> wrote:
>>
>> Thanks everyone,
>>
>> I think the best solution would be an extdiff that supports a similar option
>> as 'merge-patterns'.
>> Maybe I will find some time next weekend to take a look into the sources of
>> extdiff.
>
> I have another request, if anyone is going to spend any time on the
> extdiff extension.  A lot of good visual diff tools do not support
> directory diffs and thus cannot be used by extdiff as it is today.
> It would be nice to be able to tell extdiff that a diff tool can only
> handle one file at a time, then have it launch the tool in series for
> each file it needs to show.

I'd like this, too. Even for meld, which _can_ do tree diffs. The
reason is to show the tree diff, Hg sets it up with two temp dirs
holding only the differing files. This means I cannot use it to
selectively undo changes against the real file in the working copy
with ease.

(Of course, newer hgtk alleviates this somewhat.)

-parren



More information about the Mercurial mailing list