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 |
|
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