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

Merge with stable

Changeset 164587e1e0fb

Parents dcf0b88c93a8

Parents d42ca546477d

by Steve Borho

Changes to one file · Browse files at 164587e1e0fb Showing diff from parent dcf0b88c93a8 d42ca546477d Diff from another changeset...

 
401
402
403
404
 
405
406
407
 
401
402
403
 
404
405
406
407
@@ -401,7 +401,7 @@
  self.urllabel.setText(hglib.tounicode(self.currentUrl(True)))   schemeIndex = self.schemecombo.currentIndex()   for w in self.HostAndPortWidgets: - w.setHidden(schemeIndex == 0) + w.setDisabled(schemeIndex == 0)   self.securebutton.setVisible(schemeIndex == 3)     def currentUrl(self, hidepw):