diff -r 9596cf2a550d -r d909c44d29e1 mercurial/repository.py --- 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):