Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable repowidget: pass patch data to QApplication.clipboard() as unicode (refs #234)

Changeset 25f88a2677f1

Parent 4c3048107c17

by Steve Borho

Changes to one file · Browse files at 25f88a2677f1 Showing diff from parent 4c3048107c17 Diff from another changeset...

 
1257
1258
1259
1260
 
1261
1262
1263
 
1257
1258
1259
 
1260
1261
1262
1263
@@ -1257,7 +1257,7 @@
  traceback.print_exc()   return   output = _ui.popbuffer() - QApplication.clipboard().setText(output) + QApplication.clipboard().setText(hglib.tounicode(output))     def copyHash(self):   clip = QApplication.clipboard()