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

grep: return full history search matches in proper order

Changeset b2fa3b71bf21

Parent 1d10fbc0574f

by Steve Borho

Changes to one file · Browse files at b2fa3b71bf21 Showing diff from parent 1d10fbc0574f Diff from another changeset...

 
251
252
253
254
 
255
256
257
 
251
252
253
 
254
255
256
257
@@ -251,7 +251,7 @@
  self.fullmsg.split('\0', 5)   text = '<b>%s</b> <span>%s</span>' % (   addremove, text[:-1]) - row = [fname, line, rev, user, text] + row = [fname, rev, line, user, text]   self.obj.emit(SIGNAL('matchedRow'), row)   except ValueError:   pass