Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable repowidget: invalidate the repo when the RepoWidget is destroyed, freeing memory

Changeset 6a19669f2de7

Parent 5aba622d4a65

by Daniel Atallah

Changes to one file · Browse files at 6a19669f2de7 Showing diff from parent 5aba622d4a65 Diff from another changeset...

 
66
67
68
 
69
70
71
 
66
67
68
69
70
71
72
@@ -66,6 +66,7 @@
  self.revset = set()   self.namedTabs = {}   self.repolen = len(repo) + self.destroyed.connect(self.repo.thginvalidate)     if repo.parents()[0].rev() == -1:   self._reload_rev = 'tip'