##// END OF EJS Templates
eol: document why os.utime doesn't work here...
Martin Geisler -
r16272:f97e7c37 default
parent child Browse files
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 # Touch the cache to update mtime.
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