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

revdisplay: remove unused text()

Changeset 3666eeb5e7f5

Parent 792446d497d6

by Adrian Buehlmann

Changes to one file · Browse files at 3666eeb5e7f5 Showing diff from parent 792446d497d6 Diff from another changeset...

 
62
63
64
65
66
67
68
69
70
 
62
63
64
 
 
 
65
66
67
@@ -62,9 +62,6 @@
  else:   QtGui.QDesktopServices.openUrl(qurl)   - def text(self): - return str(self._message.toPlainText()) -   def displayRevision(self, ctx):   self.ctx = ctx