Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.1.1, and 0.9.2

stable logview: treeview should always have an index dictionary

There are class methods that depend on it. Fix is based on a user reported
traceback that is not yet in our issue database.

Changeset 07587b97f481

Parent 9f735363aaf2

by Steve Borho

Changes to one file · Browse files at 07587b97f481 Showing diff from parent 9f735363aaf2 Diff from another changeset...

 
124
125
126
 
127
128
129
 
124
125
126
127
128
129
130
@@ -124,6 +124,7 @@
  self.repo = repo   self.currevid = None   self.pbar = pbar + self.index = {}   self.opts = { 'outgoing':[], 'orig-tip':None, 'npreviews':0,   'branch-color':False, 'show-graph':True }   self.construct_treeview()