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

thgstrip: use csinfo panel

Changeset ef0b94f0c420

Parent 4ba7abd63761

by Yuki KODAMA

Changes to one file · Browse files at ef0b94f0c420 Showing diff from parent 4ba7abd63761 Diff from another changeset...

 
225
226
227
 
228
229
 
230
231
232
 
225
226
227
228
229
 
230
231
232
233
@@ -225,8 +225,9 @@
  self.curnum = numtotal = len(tostrip)     LIM = 50 + createinfo = csinfo.factory(style=csinfo.panelstyle(), repo=self.repo)   def add_csinfo(revnum): - info = csinfo.create(self.repo, revnum)[1] + info = createinfo(revnum)   self.resultbox.pack_start(info, False, False, 2)   def add_sep():   self.resultbox.pack_start(gtk.HSeparator())