Show More
@@ -324,7 +324,7 b' class remotefilelog(flagutil.flagprocess' | |||
|
324 | 324 | flags = store.getmeta(self.filename, node).get(constants.METAKEYFLAG, 0) |
|
325 | 325 | if flags == 0: |
|
326 | 326 | return rawtext |
|
327 |
text, verifyhash = self._processflags(rawtext, flags |
|
|
327 | text, verifyhash = self._processflagsread(rawtext, flags) | |
|
328 | 328 | return text |
|
329 | 329 | |
|
330 | 330 | def rawdata(self, node): |
General Comments 0
You need to be logged in to leave comments.
Login now