detools
detools copied to clipboard
Can the C library only apply patches and not create patches?
I'm looking for a way to use this in C to both create and apply patches. Can the C library do that, or can it only apply previously created patches?
It can only apply patches. You have to use the Python stuff to create patches.
That's unfortunate, since shipping anything Python in my native app would really not be practical. I need to use https://github.com/sisong/HDiffPatch then instead.
ok