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

repowidget: call self.commitWidget.canExit()

Changeset efe98455df1f

Parent 342167c85160

by Adrian Buehlmann

Changes to one file · Browse files at efe98455df1f Showing diff from parent 342167c85160 Diff from another changeset...

 
275
276
277
278
 
279
280
281
 
275
276
277
 
278
279
280
281
@@ -275,7 +275,7 @@
  return self.repomodel.branch()     def okToContinue(self): - return True + return self.commitWidget.canExit()     def switchTo(self):   self.switchToSignal.emit(self)