mercurial/repository.py
changeset 39858 9534fe1e5d28
parent 39851 1f7b3b980af8
child 39860 d9b3cc3d5d07
equal deleted inserted replaced
39857:8dab7c8a93eb 39858:9534fe1e5d28
  1134         """Process a series of deltas for storage.
  1134         """Process a series of deltas for storage.
  1135 
  1135 
  1136         See the documentation in ``ifilemutation`` for more.
  1136         See the documentation in ``ifilemutation`` for more.
  1137         """
  1137         """
  1138 
  1138 
       
  1139     def rawsize(rev):
       
  1140         """Obtain the size of tracked data.
       
  1141 
       
  1142         Is equivalent to ``len(m.revision(node, raw=True))``.
       
  1143 
       
  1144         TODO this method is only used by upgrade code and may be removed.
       
  1145         """
       
  1146 
  1139     def getstrippoint(minlink):
  1147     def getstrippoint(minlink):
  1140         """Find minimum revision that must be stripped to strip a linkrev.
  1148         """Find minimum revision that must be stripped to strip a linkrev.
  1141 
  1149 
  1142         See the documentation in ``ifilemutation`` for more.
  1150         See the documentation in ``ifilemutation`` for more.
  1143         """
  1151         """