changeset 42362:52beb1b8a649

match: remove an obsolete comment about util.finddirs() Obsolete since 8e55c0c642c (util: make util.dirs() and util.finddirs() include root directory (API), 2017-05-16). Differential Revision: https://phab.mercurial-scm.org/D6433
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 22 May 2019 14:16:44 -0700
parents c4b8f8637d7a
children b02f3aa2fab5
files mercurial/match.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/match.py	Wed May 22 13:58:05 2019 -0700
+++ b/mercurial/match.py	Wed May 22 14:16:44 2019 -0700
@@ -586,7 +586,6 @@
         # yields (dirname, basename) tuples, walking back to the root.  This is
         # very similar to util.finddirs, except:
         #  - produces a (dirname, basename) tuple, not just 'dirname'
-        #  - includes root dir
         # Unlike manifest._splittopdir, this does not suffix `dirname` with a
         # slash.
         oldpos = len(path)