Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

changeset: pass a single dictionary to reload_log() call

Changeset 3fe6d1af8397

Parent c45954109a2c

by Giorgos Keramidas

Changes to one file · Browse files at 3fe6d1af8397 Showing diff from parent c45954109a2c Diff from another changeset...

 
530
531
532
533
 
534
535
536
 
530
531
532
 
533
534
535
536
@@ -530,7 +530,7 @@
  # send this event to the main app   opts = {'pats' : [self.curfile]}   self.glog_parent.custombutton.set_active(True) - self.glog_parent.reload_log(opts) + self.glog_parent.reload_log(**opts)   else:   # Else launch our own GLog instance   from hggtk import history