Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable update: give cmdui.Widget a parent

Changeset 34ef2ca8904f

Parent 5f3e4d3631de

by Steve Borho

Changes to one file · Browse files at 34ef2ca8904f Showing diff from parent 5f3e4d3631de Diff from another changeset...

 
107
108
109
110
 
111
112
113
 
107
108
109
 
110
111
112
113
@@ -107,7 +107,7 @@
  repo.ui.configbool('tortoisehg', 'autoresolve', False))     ## command widget - self.cmd = cmdui.Widget() + self.cmd = cmdui.Widget(True, self)   self.cmd.commandStarted.connect(self.command_started)   self.cmd.commandFinished.connect(self.command_finished)   self.cmd.commandCanceling.connect(self.command_canceling)