##// END OF EJS Templates
match: remove an obsolete comment about util.finddirs()...
Martin von Zweigbergk -
r42554:52beb1b8 default
parent child Browse files
Show More
@@ -586,7 +586,6 b' class _dirchildren(object):'
586 # yields (dirname, basename) tuples, walking back to the root. This is
586 # yields (dirname, basename) tuples, walking back to the root. This is
587 # very similar to util.finddirs, except:
587 # very similar to util.finddirs, except:
588 # - produces a (dirname, basename) tuple, not just 'dirname'
588 # - produces a (dirname, basename) tuple, not just 'dirname'
589 # - includes root dir
590 # Unlike manifest._splittopdir, this does not suffix `dirname` with a
589 # Unlike manifest._splittopdir, this does not suffix `dirname` with a
591 # slash.
590 # slash.
592 oldpos = len(path)
591 oldpos = len(path)
General Comments 0
You need to be logged in to leave comments. Login now