Re: Best tool for patch update use case?
> I was really asking for a GUI tool that allows me to update the current
> patches, one by one, to the current upstream sources, going through
> each patch chunk and letting me update the chunk if it doesn't apply
> correctly.
Ah, something like an interactive three-way merge? ediff, kdiff3 and
meld, and probably others can do this. They don't work directly on
patch files, though, so you'd have to write a short script to create
the proper input files and diff the result.
Reply to: