changeset 21790 | 3fbef7ac26f0 |
parent 16913 | f2719b387380 |
child 23924 | 0db6810e84e8 |
--- a/tests/test-diff-binary-file.t Mon Jun 23 13:50:44 2014 -0500 +++ b/tests/test-diff-binary-file.t Sat Jun 21 15:56:49 2014 +1000 @@ -37,4 +37,8 @@ $ hg diff --git -r 0 -r 2 + $ hg diff --config diff.nobinary=True --git -r 0 -r 1 + diff --git a/binfile.bin b/binfile.bin + Binary file binfile.bin has changed + $ cd ..