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

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -