##// END OF EJS Templates
rawdata: update callers in repository...
marmoute -
r43024:7aac7f00 default draft
parent child Browse files
Show More
@@ -1202,7 +1202,7 b' class imanifeststorage(interfaceutil.Int'
1202 1202 def rawsize(rev):
1203 1203 """Obtain the size of tracked data.
1204 1204
1205 Is equivalent to ``len(m.revision(node, raw=True))``.
1205 Is equivalent to ``len(m.rawdata(node))``.
1206 1206
1207 1207 TODO this method is only used by upgrade code and may be removed.
1208 1208 """
General Comments 0
You need to be logged in to leave comments. Login now