Hello,

I use 'meld' as gdiff in gnu/linux, and running "fossil gdiff" runs a meld
instance one after the other for every different file.

It blocks for a new spawn until I close the running meld. Fine. "svn diff
--diff-cmd meld" works te same way.

But in svn, I can go to the terminal where I typed "svn diff --diff-cmd meld",
and Ctrl-C kills the svn, so it spawns no more windows.

In fossil, "fossil gdiff" Ctrl-C does not stop fossil from spawning more
'melds'; it only kills the running meld. So, to stop all that I've to kill
fossil using the 'kill' command.

Could fossil be made to catch that Ctrl-C as svn does, and exit on that SIGINT?

Thank you,
Lluís.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to