##// END OF EJS Templates
narrow: remove a repo file-cache invalidation...
Martin von Zweigbergk -
r38906:ae2962bb default
parent child Browse files
Show More
@@ -113,9 +113,6 b' def load(repo):'
113 113 # Treat "narrowspec does not exist" the same as "narrowspec file exists
114 114 # and is empty".
115 115 if e.errno == errno.ENOENT:
116 # Without this the next call to load will use the cached
117 # non-existence of the file, which can cause some odd issues.
118 repo.invalidate(clearfilecache=True)
119 116 return set(), set()
120 117 raise
121 118 # maybe we should care about the profiles returned too
General Comments 0
You need to be logged in to leave comments. Login now