Skip to content
Snippets Groups Projects
Commit eed3e2b7 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

store: document the `walk` method

Differential Revision: https://phab.mercurial-scm.org/D10313
parent fbfb1d6d
No related branches found
No related tags found
No related merge requests found
......@@ -452,7 +452,9 @@
return reversed(self._walk(b'', False))
def walk(self, matcher=None):
"""yields (unencoded, encoded, size)
"""return file related to data storage (ie: revlogs)
yields (unencoded, encoded, size)
if a matcher is passed, storage files of only those tracked paths
are passed with matches the matcher
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment