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

repowidget: remove unused commit()

Changeset aabbe0c8289e

Parent 74b9707a3e18

by Adrian Buehlmann

Changes to one file · Browse files at aabbe0c8289e Showing diff from parent 74b9707a3e18 Diff from another changeset...

 
118
119
120
121
122
123
124
125
126
 
118
119
120
 
 
 
121
122
123
@@ -118,9 +118,6 @@
  QtGui.QWidget.showEvent(self, event)   self.showMessageSignal.emit(self.currentMessage)   - def commit(self, action='commit'): - pass -   def timerEvent(self, event):   if event.timerId() == self._watchrepotimer:   if not self._scanForRepoChanges or self.loading():