##// END OF EJS Templates
streamclone: force @filecache properties to be reloaded from file...
FUJIWARA Katsunori -
r29917:f32f8bf5 default
parent child Browse files
Show More
@@ -323,7 +323,7 b' def consumev1(repo, fp, filecount, bytec'
323 ofp.write(chunk)
323 ofp.write(chunk)
324
324
325 # Writing straight to files circumvented the inmemory caches
325 # Writing straight to files circumvented the inmemory caches
326 repo.invalidate()
326 repo.invalidate(clearfilecache=True)
327
327
328 elapsed = time.time() - start
328 elapsed = time.time() - start
329 if elapsed <= 0:
329 if elapsed <= 0:
General Comments 0
You need to be logged in to leave comments. Login now