Show More
@@ -445,6 +445,7 b' def reposetup(ui, repo):' | |||
|
445 | 445 | # Write the cache to update mtime and cache .hgeol |
|
446 | 446 | with self.vfs(b"eol.cache", b"w") as f: |
|
447 | 447 | f.write(hgeoldata) |
|
448 | self.dirstate.write(self.currenttransaction()) | |
|
448 | 449 | except errormod.LockUnavailable: |
|
449 | 450 | # If we cannot lock the repository and clear the |
|
450 | 451 | # dirstate, then a commit might not see all files |
General Comments 0
You need to be logged in to leave comments.
Login now