##// END OF EJS Templates
flagprocessors: use _processflagsread in simple cases...
marmoute -
r43146:a3665eed default
parent child Browse files
Show More
@@ -324,7 +324,7 b' class remotefilelog(flagutil.flagprocess'
324 flags = store.getmeta(self.filename, node).get(constants.METAKEYFLAG, 0)
324 flags = store.getmeta(self.filename, node).get(constants.METAKEYFLAG, 0)
325 if flags == 0:
325 if flags == 0:
326 return rawtext
326 return rawtext
327 text, verifyhash = self._processflags(rawtext, flags, 'read')
327 text, verifyhash = self._processflagsread(rawtext, flags)
328 return text
328 return text
329
329
330 def rawdata(self, node):
330 def rawdata(self, node):
General Comments 0
You need to be logged in to leave comments. Login now