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

stable revset: return early from search thread if a revision lookup succeeds

Changeset b0981a2bdc41

Parent 71a1cff8b598

by Steve Borho

Changes to one file · Browse files at b0981a2bdc41 Showing diff from parent 71a1cff8b598 Diff from another changeset...

 
369
370
371
 
372
373
374
 
369
370
371
372
373
374
375
@@ -369,6 +369,7 @@
  node = self.repo.lookup(self.text)   self.showMessage.emit(_('found revision'))   self.queryIssued.emit(self.query, [node]) + return   except (error.RepoLookupError, error.Abort):   self.text = 'keyword("%s")' % self.text   cwd = os.getcwd()