Show More
@@ -646,7 +646,8 b' def fspath(name, root):' | |||||
646 |
|
646 | |||
647 | found = find(part, contents) |
|
647 | found = find(part, contents) | |
648 | if not found: |
|
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 | contents = os.listdir(dir) |
|
651 | contents = os.listdir(dir) | |
651 | _fspathcache[dir] = contents |
|
652 | _fspathcache[dir] = contents | |
652 | found = find(part, contents) |
|
653 | found = find(part, contents) |
General Comments 0
You need to be logged in to leave comments.
Login now