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

annotate: escape search pattern read from from selection

Changeset 11dfc2a9dbbe

Parent 797b7714ed1a

by Steve Borho

Changes to one file · Browse files at 11dfc2a9dbbe Showing diff from parent 797b7714ed1a Diff from another changeset...

 
416
417
418
419
 
420
421
422
 
416
417
418
 
419
420
421
422
@@ -416,7 +416,7 @@
  raise NotImplementedError()     def searchAnnotation(self, pattern): - self.le.setText(pattern) + self.le.setText(QRegExp.escape(pattern))   self.av.searchText(pattern, False)     def searchText(self):