[meld] Don't uncache the VC inventory
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Don't uncache the VC inventory
- Date: Sun, 9 Jun 2013 21:15:28 +0000 (UTC)
commit e79f5611799d0cd88e8ec630b699d9027503a45c
Author: Kai Willadsen <kai willadsen gmail com>
Date: Mon Jun 10 07:06:05 2013 +1000
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.
meld/vcview.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/meld/vcview.py b/meld/vcview.py
index 489af5d..f70fb5e 100644
--- a/meld/vcview.py
+++ b/meld/vcview.py
@@ -561,7 +561,6 @@ class VcView(melddoc.MeldDoc, gnomeglade.Component):
else:
# just the root
self.treeview.expand_row((0,), 0)
- self.vc.uncache_inventory()
def on_fileentry_activate(self, fileentry):
path = fileentry.get_full_path()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]