##// END OF EJS Templates
interfaces: drop the `raw` parameters on ifiledata interface...
marmoute -
r51914:006aee5f default
parent child Browse files
Show More
@@ -684,7 +684,7 b' class ifiledata(interfaceutil.Interface)'
684 Any metadata is excluded from size measurements.
684 Any metadata is excluded from size measurements.
685 """
685 """
686
686
687 def revision(node, raw=False):
687 def revision(node):
688 """Obtain fulltext data for a node.
688 """Obtain fulltext data for a node.
689
689
690 By default, any storage transformations are applied before the data
690 By default, any storage transformations are applied before the data
General Comments 0
You need to be logged in to leave comments. Login now