Show More
@@ -442,7 +442,7 b' def reposetup(ui, repo):' | |||
|
442 | 442 | continue |
|
443 | 443 | # all normal files need to be looked at again since |
|
444 | 444 | # the new .hgeol file specify a different filter |
|
445 |
self.dirstate. |
|
|
445 | self.dirstate.set_possibly_dirty(f) | |
|
446 | 446 | # Write the cache to update mtime and cache .hgeol |
|
447 | 447 | with self.vfs(b"eol.cache", b"w") as f: |
|
448 | 448 | f.write(hgeoldata) |
General Comments 0
You need to be logged in to leave comments.
Login now