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

repowidget: connect to revdetails.showMessage

I'm surprised no one noticed this was missing before. This fixes the annotate
changeset descriptions.

Changeset af39544c55e0

Parent faad8c62eb8c

by Steve Borho

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

 
156
157
158
 
159
160
161
 
156
157
158
159
160
161
162
@@ -156,6 +156,7 @@
  w.linkActivated.connect(self._openLink)   w.revForDiffChanged.connect(self.repoview.goto)   w.grepRequested.connect(self.grep) + w.showMessage.connect(self.showMessage)   self.logTabIndex = idx = tt.addTab(w, geticon('log'), '')   tt.setTabToolTip(idx, _("Revision details"))