On Monday, March 9, 2015 at 7:35:19 AM UTC-5, Edward K. Ream wrote: > > This is an Engineering Notebook post (notes to myself) concerning > https://github.com/leo-editor/leo-editor/issues/149 > "Clones can revert changes made by git discard even with --no-cache" > > You can safely ignore this post unless you are one of Leo's core > developers. >
The work has gone well. I saw that v.tempBodyString is completely unnecessary! Rather, the proper place to remember old values of v.b is v.b itself! The new value of v.b will always be in v.tempStringList. 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 http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
