Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

manifestdialog: Yet another Ubuntu PyQt workaround

Changeset b86996ca416c

Parent 6d1b6e0a4adc

by Steve Borho

Changes to one file · Browse files at b86996ca416c Showing diff from parent 6d1b6e0a4adc Diff from another changeset...

 
331
332
333
 
334
335
336
 
331
332
333
334
335
336
337
@@ -331,6 +331,7 @@
  """Return current revision"""   return self._rev   + @pyqtSlot(int)   @pyqtSlot(object)   def setRev(self, rev):   """Change revision to show"""