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