Show More
@@ -315,7 +315,7 b' def reposetup(ui, repo):' | |||||
315 | # again since the new .hgeol file might no |
|
315 | # again since the new .hgeol file might no | |
316 | # longer match a file it matched before |
|
316 | # longer match a file it matched before | |
317 | self.dirstate.normallookup(f) |
|
317 | self.dirstate.normallookup(f) | |
318 |
# |
|
318 | # Create or touch the cache to update mtime | |
319 | self.opener("eol.cache", "w").close() |
|
319 | self.opener("eol.cache", "w").close() | |
320 | wlock.release() |
|
320 | wlock.release() | |
321 | except error.LockUnavailable: |
|
321 | except error.LockUnavailable: |
General Comments 0
You need to be logged in to leave comments.
Login now