Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

reporegistry: expand after init

Changeset 5865fdf593ae

Parent 20112f5f86f6

by Adrian Buehlmann

Changes to one file · Browse files at 5865fdf593ae Showing diff from parent 20112f5f86f6 Diff from another changeset...

 
163
164
165
 
 
 
 
 
166
167
 
163
164
165
166
167
168
169
170
171
172
@@ -163,5 +163,10 @@
  lay.addWidget(tv)   tv.setModel(m)   + QtCore.QTimer.singleShot(0, self.initialized) + + def initialized(self): + self.tview.expandToDepth(0) +   def addRepo(self, reporoot):   self.tmodel.addRepo(reporoot)