Show More
@@ -1941,7 +1941,7 b' class revlog(object):' | |||
|
1941 | 1941 | revornode = templatefilters.short(hex(node)) |
|
1942 | 1942 | raise error.RevlogError( |
|
1943 | 1943 | _(b"integrity check failed on %s:%s") |
|
1944 |
% (self. |
|
|
1944 | % (self.display_id, pycompat.bytestr(revornode)) | |
|
1945 | 1945 | ) |
|
1946 | 1946 | except error.RevlogError: |
|
1947 | 1947 | if self._censorable and storageutil.iscensoredtext(text): |
@@ -785,8 +785,8 b' Repo with damaged lfs objects in any rev' | |||
|
785 | 785 | checking manifests |
|
786 | 786 | crosschecking files in changesets and manifests |
|
787 | 787 | checking files |
|
788 |
l@1: unpacking 46a2f24864bc: integrity check failed on data/l |
|
|
789 |
large@0: unpacking 2c531e0992ff: integrity check failed on data/large |
|
|
788 | l@1: unpacking 46a2f24864bc: integrity check failed on data/l:0 | |
|
789 | large@0: unpacking 2c531e0992ff: integrity check failed on data/large:0 | |
|
790 | 790 | checked 5 changesets with 10 changes to 4 files |
|
791 | 791 | 2 integrity errors encountered! |
|
792 | 792 | (first damaged changeset appears to be 0) |
@@ -895,9 +895,9 b' store, and poison it. (The verify with ' | |||
|
895 | 895 | checking manifests |
|
896 | 896 | crosschecking files in changesets and manifests |
|
897 | 897 | checking files |
|
898 |
l@1: unpacking 46a2f24864bc: integrity check failed on data/l |
|
|
898 | l@1: unpacking 46a2f24864bc: integrity check failed on data/l:0 | |
|
899 | 899 | lfs: found 22f66a3fc0b9bf3f012c814303995ec07099b3a9ce02a7af84b5970811074a3b in the local lfs store |
|
900 |
large@0: unpacking 2c531e0992ff: integrity check failed on data/large |
|
|
900 | large@0: unpacking 2c531e0992ff: integrity check failed on data/large:0 | |
|
901 | 901 | lfs: found 89b6070915a3d573ff3599d1cda305bc5e38549b15c4847ab034169da66e1ca8 in the local lfs store |
|
902 | 902 | lfs: found b1a6ea88da0017a0e77db139a54618986e9a2489bee24af9fe596de9daac498c in the local lfs store |
|
903 | 903 | checked 5 changesets with 10 changes to 4 files |
@@ -939,8 +939,8 b' usercache or local store.' | |||
|
939 | 939 | checking manifests |
|
940 | 940 | crosschecking files in changesets and manifests |
|
941 | 941 | checking files |
|
942 |
l@1: unpacking 46a2f24864bc: integrity check failed on data/l |
|
|
943 |
large@0: unpacking 2c531e0992ff: integrity check failed on data/large |
|
|
942 | l@1: unpacking 46a2f24864bc: integrity check failed on data/l:0 | |
|
943 | large@0: unpacking 2c531e0992ff: integrity check failed on data/large:0 | |
|
944 | 944 | checked 5 changesets with 10 changes to 4 files |
|
945 | 945 | 2 integrity errors encountered! |
|
946 | 946 | (first damaged changeset appears to be 0) |
@@ -965,9 +965,9 b' avoids the corrupt lfs object in the ori' | |||
|
965 | 965 | checking manifests |
|
966 | 966 | crosschecking files in changesets and manifests |
|
967 | 967 | checking files |
|
968 |
l@1: unpacking 46a2f24864bc: integrity check failed on data/l |
|
|
968 | l@1: unpacking 46a2f24864bc: integrity check failed on data/l:0 | |
|
969 | 969 | lfs: found 22f66a3fc0b9bf3f012c814303995ec07099b3a9ce02a7af84b5970811074a3b in the local lfs store |
|
970 |
large@0: unpacking 2c531e0992ff: integrity check failed on data/large |
|
|
970 | large@0: unpacking 2c531e0992ff: integrity check failed on data/large:0 | |
|
971 | 971 | lfs: found 89b6070915a3d573ff3599d1cda305bc5e38549b15c4847ab034169da66e1ca8 in the local lfs store |
|
972 | 972 | lfs: found b1a6ea88da0017a0e77db139a54618986e9a2489bee24af9fe596de9daac498c in the local lfs store |
|
973 | 973 | checked 5 changesets with 10 changes to 4 files |
@@ -985,7 +985,7 b' avoids the corrupt lfs object in the ori' | |||
|
985 | 985 | Accessing a corrupt file will complain |
|
986 | 986 | |
|
987 | 987 | $ hg --cwd fromcorrupt2 cat -r 0 large |
|
988 |
abort: integrity check failed on data/large |
|
|
988 | abort: integrity check failed on data/large:0 | |
|
989 | 989 | [50] |
|
990 | 990 | |
|
991 | 991 | lfs -> normal -> lfs round trip conversions are possible. The 'none()' |
@@ -351,7 +351,7 b' test flag processor and skipflags' | |||
|
351 | 351 | checking manifests |
|
352 | 352 | crosschecking files in changesets and manifests |
|
353 | 353 | checking files |
|
354 |
base64@0: unpacking 794cee7777cb: integrity check failed on data/base64 |
|
|
354 | base64@0: unpacking 794cee7777cb: integrity check failed on data/base64:0 | |
|
355 | 355 | checked 1 changesets with 1 changes to 1 files |
|
356 | 356 | 1 integrity errors encountered! |
|
357 | 357 | (first damaged changeset appears to be 0) |
General Comments 0
You need to be logged in to leave comments.
Login now