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

logview: cleanup init function

Changeset fc805fe56189

Parent f6e1db306d55

by Steve Borho

Changes to one file · Browse files at fc805fe56189 Showing diff from parent f6e1db306d55 Diff from another changeset...

 
124
125
126
127
128
129
130
131
 
132
133
134
 
124
125
126
 
127
 
128
129
130
131
132
133
@@ -124,11 +124,10 @@
  self.batchsize = limit   self.repo = repo   self.currevid = None - self.construct_treeview()   self.pbar = pbar - self.branch_color = False   self.opts = { 'outgoing':[], 'orig-tip':None, 'npreviews':0,   'branch-color':False } + self.construct_treeview()     def set_repo(self, repo, pbar=None):   self.repo = repo