Show More
@@ -326,10 +326,10 b' def reposetup(ui, repo):' | |||
|
326 | 326 | actualfiles.append(lf) |
|
327 | 327 | if not matcheddir: |
|
328 | 328 | # There may still be normal files in the dir, so |
|
329 | # make sure a directory is in the list, which | |
|
330 |
# forces status to walk a |
|
|
331 |
# function on the matcher |
|
|
332 |
# |
|
|
329 | # make sure _a_ directory is in the list, which | |
|
330 | # forces status/dirstate to walk all files and | |
|
331 | # call the match function on the matcher, even | |
|
332 | # on case sensitive filesytems. | |
|
333 | 333 | actualfiles.append('.') |
|
334 | 334 | matcheddir = True |
|
335 | 335 | # Nothing in dir, so readd it |
General Comments 0
You need to be logged in to leave comments.
Login now