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

commit: add back some inter-method white-space

Changeset 4d7f000e466e

Parent ac2d069da354

by Steve Borho

Changes to one file · Browse files at 4d7f000e466e Showing diff from parent ac2d069da354 Diff from another changeset...

 
212
213
214
 
215
216
217
 
635
636
637
 
638
639
640
 
212
213
214
215
216
217
218
 
636
637
638
639
640
641
642
@@ -212,6 +212,7 @@
  if dlg.exec_() == QDialog.Accepted:   self.opts.update(dlg.outopts)   self.refresh() +   def workingBranchChanged(self):   'Repository has detected a change in .hg/branch'   self.refresh() @@ -635,6 +636,7 @@
  self.opts['patchName'] = None   self.refresh()   self.stwidget.refreshWctx() +   def keyPressEvent(self, event):   if event.key() in (Qt.Key_Return, Qt.Key_Enter):   if event.modifiers() == Qt.ControlModifier: