changeset 39952 | a339b5e0d7c6 |
parent 39951 | 8d41097dfe7d |
child 40368 | fad6068249d9 |
--- a/tests/test-lfs.t Mon Oct 01 23:07:19 2018 -0400 +++ b/tests/test-lfs.t Mon Oct 01 23:26:24 2018 -0400 @@ -327,9 +327,9 @@ $ hg commit -m b $ hg status >>> with open('a2', 'wb') as f: - ... f.write(b'\1\nSTART-WITH-HG-FILELOG-METADATA') + ... f.write(b'\1\nSTART-WITH-HG-FILELOG-METADATA') and None >>> with open('a1', 'wb') as f: - ... f.write(b'\1\nMETA\n') + ... f.write(b'\1\nMETA\n') and None $ hg commit -m meta $ hg status $ hg log -T '{rev}: {file_copies} | {file_dels} | {file_adds}\n'