Discussion:
how to eliminate the last manual step in order to run Meld to automatically merge files .
J***@infineon.com
2016-06-07 21:14:36 UTC
Permalink
Dear Meld users and developers,

I am a new user of Meld, and very interested in using it. Here I have a question,

I'd like to create a script to run Meld to automatically merge files by using --auto-merge option, but it still pop up the GUI to require me to click the save button.

Would you please advise me a way of eliminate the last manual step? So that the script can be done complete automatically .

Thanks and best regards,

Jack Yuan (Jian Yuan)
Kai Willadsen
2016-06-09 21:06:14 UTC
Permalink
Post by J***@infineon.com
Dear Meld users and developers,
I am a new user of Meld, and very interested in using it. Here I have a question,
I’d like to create a script to run Meld to automatically merge files by
using --auto-merge option, but it still pop up the GUI to require me to
click the save button.
Would you please advise me a way of eliminate the last manual step? So that
the script can be done complete automatically .
If I understand what you want, you can't do this with Meld without
hacking the source.

However, I'd suggest that Meld is probably not the best tool here; our
merge algorithm is okay, but really you'd be better off using an
actual VC tool to do your merges. Maybe check out `git merge-file`,
which I think does what you want.

cheers,
Kai

Loading...