On Fri, 8 Jul 2011 08:47:58 -0500 "Edward K. Ream" <[email protected]> wrote:
> Rather, the problem is that bzr/git don't know how to "diff" > either yaml or xml. bzr diff --using=foo where foo is a program good at diffing xml files... I have bzr alias what="diff --using 'xxdiff -wBb'" because I prefer xxdiff (an ancient oddly styled Qt3 diff gui) to other diff visualizations. So, it's just a matter of finding foo Of course, it also depends on the XML how bad ordinary diff programs are, Leo's xml with its nesting etc. tends to confuse them, but simpler XML docs with stable element orders aren't so bad. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
