I can't find the code for diff binary in mercurial source code -
i reading source code of mercurial,but saw in bdiff.c , mdiff.py processing text, not binary.but said mercurial treat files binary.i confused.
bdiff.c , mdiff.py both works fine on binary files. won't give optimal diffs since rely on presence of newlines, work correctly (you won't lose data).
Comments
Post a Comment