Show More
@@ -452,7 +452,9 b' class basicstore(object):' | |||
|
452 | 452 | return reversed(self._walk(b'', False)) |
|
453 | 453 | |
|
454 | 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 | 459 | if a matcher is passed, storage files of only those tracked paths |
|
458 | 460 | are passed with matches the matcher |
General Comments 0
You need to be logged in to leave comments.
Login now