Skip to content

Commit e79f561

Browse files
committed
Don't uncache the VC inventory
The memory savings here are very very minor anyway, and it was almost always a loss, as we often then re-cache soon thereafter. Most importantly, this exposed a bug in our SVN usage (or rather in the API itself) where the first re-cache was done with a subdirectory and we had a bad cache for the rest of the tree.
1 parent dcb017d commit e79f561

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

meld/vcview.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ def showable(entry):
561561
else:
562562
# just the root
563563
self.treeview.expand_row((0,), 0)
564-
self.vc.uncache_inventory()
565564

566565
def on_fileentry_activate(self, fileentry):
567566
path = fileentry.get_full_path()

0 commit comments

Comments
 (0)