##// END OF EJS Templates
icasefs: rewrite comment to explain situtation precisely
FUJIWARA Katsunori -
r15720:3bcfea77 default
parent child Browse files
Show More
@@ -646,7 +646,8 b' def fspath(name, root):'
646 646
647 647 found = find(part, contents)
648 648 if not found:
649 # retry once for the corner case: add files after dir walking
649 # retry "once per directory" per "dirstate.walk" which
650 # may take place for each patches of "hg qpush", for example
650 651 contents = os.listdir(dir)
651 652 _fspathcache[dir] = contents
652 653 found = find(part, contents)
General Comments 0
You need to be logged in to leave comments. Login now