mercurial/store.py
changeset 46853 eed3e2b79b48
parent 46819 d4ba4d51f85f
child 46854 6afb5ef1e776
equal deleted inserted replaced
46852:fbfb1d6d8459 46853:eed3e2b79b48
   450     def topfiles(self):
   450     def topfiles(self):
   451         # yield manifest before changelog
   451         # yield manifest before changelog
   452         return reversed(self._walk(b'', False))
   452         return reversed(self._walk(b'', False))
   453 
   453 
   454     def walk(self, matcher=None):
   454     def walk(self, matcher=None):
   455         """yields (unencoded, encoded, size)
   455         """return file related to data storage (ie: revlogs)
       
   456 
       
   457         yields (unencoded, encoded, size)
   456 
   458 
   457         if a matcher is passed, storage files of only those tracked paths
   459         if a matcher is passed, storage files of only those tracked paths
   458         are passed with matches the matcher
   460         are passed with matches the matcher
   459         """
   461         """
   460         # yield data files first
   462         # yield data files first