##// END OF EJS Templates
filelog: fix parsemeta docstring...
Jun Wu -
r32124:8ac7ac71 default
parent child Browse files
Show More
@@ -18,7 +18,7 b' from . import ('
18 18
19 19 _mdre = re.compile('\1\n')
20 20 def parsemeta(text):
21 """return (metadatadict, keylist, metadatasize)"""
21 """return (metadatadict, metadatasize)"""
22 22 # text can be buffer, so we can't use .startswith or .index
23 23 if text[:2] != '\1\n':
24 24 return None, None
General Comments 0
You need to be logged in to leave comments. Login now