Skip to content
Snippets Groups Projects
Commit 5769ed8fa5f4 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

rawdata: update callers in lfs' tests

We update callers incrementally because this help bisecting failures. This was
useful during development, so we expect it might be useful again in the future.
parent f972f43badb3
No related branches found
No related tags found
No related merge requests found
......@@ -701,7 +701,7 @@
> if len(fl) == 0:
> continue
> sizes = [fl._revlog.rawsize(i) for i in fl]
> texts = [fl.revision(i, raw=True) for i in fl]
> texts = [fl.rawdata(i) for i in fl]
> flags = [int(fl._revlog.flags(i)) for i in fl]
> hashes = [hash(t) for t in texts]
> pycompat.stdout.write(b' %s: rawsizes=%r flags=%r hashes=%s\n'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment