mercurial/repository.py
changeset 39875 d909c44d29e1
parent 39873 2ac4f3e97813
child 39876 a269fa55467e
--- a/mercurial/repository.py	Mon Sep 24 12:42:03 2018 -0700
+++ b/mercurial/repository.py	Mon Sep 24 12:49:17 2018 -0700
@@ -542,14 +542,10 @@
     This complements ``ifileindex`` and provides an interface for accessing
     data for a tracked file.
     """
-    def rawsize(rev):
-        """The size of the fulltext data for a revision as stored."""
-
     def size(rev):
         """Obtain the fulltext size of file data.
 
-        Any metadata is excluded from size measurements. Use ``rawsize()`` if
-        metadata size is important.
+        Any metadata is excluded from size measurements.
         """
 
     def checkhash(fulltext, node, p1=None, p2=None, rev=None):