On Thursday, June 15, 2017 at 9:11:14 AM UTC-5, Edward K. Ream wrote: > So now I can pass s1 and s2 to difflib. Mission accomplished.
Hehe. The infamous words "Mission accomplished" should have been a warning :-) Sure, we can use git diff to give us a list of changed blobs (fragments), but the task of relating them to changed *nodes* is quite another matter, as you, Terry, have just reminded me. Leo creates "Recovered Nodes" nodes during startup, that is, while reading nodes. In that context it is *easy* to create node-oriented diffs. In other contexts, it may be much harder. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
