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

stable revset: add an Escape shortcut for closing the dialog

Changeset ab7efd563f3e

Parent da419f23481e

by Steve Borho

Changes to one file · Browse files at ab7efd563f3e Showing diff from parent da419f23481e Diff from another changeset...

 
212
213
214
 
215
216
217
 
212
213
214
215
216
217
218
@@ -212,6 +212,7 @@
  self.stbar.addPermanentWidget(helpLabel)   layout.addWidget(self.stbar, 0)   QShortcut(QKeySequence('Ctrl+Return'), self, self.returnPressed) + QShortcut(QKeySequence('Escape'), self, self.reject)     def runQuery(self):   self.entry.setEnabled(False)