##// END OF EJS Templates
eol: use `set_possibly_dirty` instead of `normallookup`...
marmoute -
r48534:936f26b9 default
parent child Browse files
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.normallookup(f)
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