mercurial/store.py
changeset 50485 584ff1f97201
parent 50319 4be9ecc982e1
child 50501 0dbab42adca5
equal deleted inserted replaced
50484:608a69d5d38f 50485:584ff1f97201
   522                 yield (FILEFLAGS_MANIFESTLOG | t, u, s)
   522                 yield (FILEFLAGS_MANIFESTLOG | t, u, s)
   523             else:
   523             else:
   524                 yield (FILETYPE_OTHER | t, u, s)
   524                 yield (FILETYPE_OTHER | t, u, s)
   525 
   525 
   526     def walk(self, matcher=None):
   526     def walk(self, matcher=None):
   527         """return file related to data storage (ie: revlogs)
   527         """return files related to data storage (ie: revlogs)
   528 
   528 
   529         yields (file_type, unencoded, size)
   529         yields (file_type, unencoded, size)
   530 
   530 
   531         if a matcher is passed, storage files of only those tracked paths
   531         if a matcher is passed, storage files of only those tracked paths
   532         are passed with matches the matcher
   532         are passed with matches the matcher