Tags give the ability to mark specific points in history as being important
-
v3
f23edcd8 · ·Changes in this version include: - Now we represent patch operations with special Python objects, rather than as generic tuples of goo. This gives us a place to put polymorphic methods like "how many bytes of the target does this operation encode". - Implemented a much better diff algorithm, competitive with Xdelta in the size of the resulting patches, if not encoding time.