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

sync: convert display url back to unicode before presenting

closes #76

Changeset 6b944bf5c5bc

Parent c8065af0f354

by Steve Borho

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

 
300
301
302
303
 
304
305
306
 
300
301
302
 
303
304
305
306
@@ -300,7 +300,7 @@
  'User has changed schema/host/port/path'   if self.updateInProgress:   return - self.urllabel.setText(self.currentUrl(True)) + self.urllabel.setText(hglib.tounicode(self.currentUrl(True)))   schemeIndex = self.schemecombo.currentIndex()   self.hostentry.setEnabled(schemeIndex != 0)   self.portentry.setEnabled(schemeIndex != 0)