##// END OF EJS Templates
rawdata: update callers in lfs' tests...
marmoute -
r43044:5769ed8f default
parent child Browse files
Show More
@@ -701,7 +701,7 b" absence doesn't cause an abort.)"
701 > if len(fl) == 0:
701 > if len(fl) == 0:
702 > continue
702 > continue
703 > sizes = [fl._revlog.rawsize(i) for i in fl]
703 > sizes = [fl._revlog.rawsize(i) for i in fl]
704 > texts = [fl.revision(i, raw=True) for i in fl]
704 > texts = [fl.rawdata(i) for i in fl]
705 > flags = [int(fl._revlog.flags(i)) for i in fl]
705 > flags = [int(fl._revlog.flags(i)) for i in fl]
706 > hashes = [hash(t) for t in texts]
706 > hashes = [hash(t) for t in texts]
707 > pycompat.stdout.write(b' %s: rawsizes=%r flags=%r hashes=%s\n'
707 > pycompat.stdout.write(b' %s: rawsizes=%r flags=%r hashes=%s\n'
General Comments 0
You need to be logged in to leave comments. Login now