##// END OF EJS Templates
filelog: allow censored files to contain padding data...
Mike Edgar -
r24117:9cfd7c4f default
parent child Browse files
Show More
@@ -29,7 +29,7 b' def packmeta(meta, text):'
29
29
30 def _censoredtext(text):
30 def _censoredtext(text):
31 m, offs = parsemeta(text)
31 m, offs = parsemeta(text)
32 return m and "censored" in m and not text[offs:]
32 return m and "censored" in m
33
33
34 class filelog(revlog.revlog):
34 class filelog(revlog.revlog):
35 def __init__(self, opener, path):
35 def __init__(self, opener, path):
General Comments 0
You need to be logged in to leave comments. Login now