Mercurial > hg
comparison tests/test-revset.t @ 32191:31f42e683321
diff: add a fast path to avoid loading binary contents
When diffing binary contents, with certain configs, we can show
"Binary file <name> has changed" without actual content.
That allows a fast path where we could avoid providing actual binary
contents. Note: in that case we still need to test if two contents are the
same, that's done by using "filectx.cmp", which could have its own fast
path.
author | Jun Wu <quark@fb.com> |
---|---|
date | Wed, 03 May 2017 23:50:41 -0700 |
parents | a98540ea1e42 |
children | 46ba2cdda476 |
comparison
equal
deleted
inserted
replaced
32190:0c67ab3d77d5 | 32191:31f42e683321 |
---|