##// END OF EJS Templates
store: document the `walk` method...
marmoute -
r47612:eed3e2b7 default
parent child Browse files
Show More
@@ -452,7 +452,9 b' class basicstore(object):'
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
General Comments 0
You need to be logged in to leave comments. Login now