/srv/irclogs.ubuntu.com/2015/11/10/#bzr.txt

chris2abentley: hi. i14:08
chris2i'm curious if the code to http://code.aaronbentley.com/weavediff is still online somewhere?14:08
abentleychris2: It's been a very long time.  I'm sure whether I implemented it.14:11
chris2there is a link on your homepage, but broken :)14:12
chris2but if you dont find it, not problem14:12
chris2i wonder if its possible to store a new revision without extracting the last one first?14:12
abentleySorry, I can't find easily.14:16
chris2ok, no problem14:16
chris2i'll try to do it myself :)14:16
abentleychris2: You don't have to extract the last version first.  As part of extracting the current version, you'll need to fill in holes in the current version with lines from the previous version.  As part of reconstructing those segments of the previous version, you'll need to fill in holes with an even earlier version, and so on until you've found all the lines that appear in the current version.14:21
abentleychris2: Best case, all lines in the current version are new, and you can stop right away.  Worst case, there's one line in the current version that was introduced in the very first version...14:23
chris2that's what i thought, but i think there are counterexamples where you need a real lcs?14:34
chris2if you try to insert changed lines into the first possible position, the weave can become bigger than it needs no?14:35
chris2need to contemplate about that :)14:38

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!