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

repowidget: catch up with commit widget method names

Changeset c16dced50ce8

Parent 1893289fbd21

by Steve Borho

Changes to one file · Browse files at c16dced50ce8 Showing diff from parent 1893289fbd21 Diff from another changeset...

 
255
256
257
258
 
259
260
261
 
702
703
704
705
 
706
707
708
 
255
256
257
 
258
259
260
261
 
702
703
704
 
705
706
707
708
@@ -255,7 +255,7 @@
  cw.buttonHBox.addWidget(b)   cw.commitButtonName.connect(lambda n: b.setText(n))   b.clicked.connect(cw.commit) - cw.loadConfigs(QSettings()) + cw.loadSettings(QSettings())   QTimer.singleShot(0, cw.reload)   self.repo._commitwidget = cw   @@ -702,7 +702,7 @@
  self.storeSettings()   self.revDetailsWidget.storeSettings()   s = QSettings() - self.commitDemand.forward('storeConfigs', s) + self.commitDemand.forward('saveSettings', s)   self.filterbar.storeConfigs(s)   return True