[Commented On] D10313: store: document the `walk` method

baymax (Baymax, Your Personal Patch-care Companion) phabricator at mercurial-scm.org
Thu Apr 8 11:02:45 UTC 2021


baymax added a comment.
baymax updated this revision to Diff 26699.


  ✅ refresh by Heptapod after a successful CI run (🐙 💚)

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D10313?vs=26690&id=26699

BRANCH
  default

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D10313/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D10313

AFFECTED FILES
  mercurial/store.py

CHANGE DETAILS

diff --git a/mercurial/store.py b/mercurial/store.py
--- a/mercurial/store.py
+++ b/mercurial/store.py
@@ -452,7 +452,9 @@
         return reversed(self._walk(b'', False))
 
     def walk(self, matcher=None):
-        """yields (unencoded, encoded, size)
+        """return files 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



To: marmoute, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210408/67e1189b/attachment-0002.html>


More information about the Mercurial-patches mailing list