Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

stable repowidget: fix unicode error on isdir message of export (refs #1036)

Changeset 40fa1030ed6f

Parent ef6dbc818d88

by Yuya Nishihara

Changes to one file · Browse files at 40fa1030ed6f Showing diff from parent ef6dbc818d88 Diff from another changeset...

 
1437
1438
1439
1440
 
1441
1442
1443
 
1437
1438
1439
 
1440
1441
1442
1443
@@ -1437,7 +1437,7 @@
  QMessageBox.warning(self,   _('Cannot export revision'),   (_('Cannot export revision %s into the file named:' - '\n\n%s\n') % (rev, epath % rev)) + \ + '\n\n%s\n') % (rev, hglib.tounicode(epath % rev))) + \   _('There is already an existing folder '   'with that same name.'))   return