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