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

sync: minor cleanup of url builder

Changeset 93c1bba1ca8b

Parent 8785b9da88e3

by Steve Borho

Changes to one file · Browse files at 93c1bba1ca8b Showing diff from parent 8785b9da88e3 Diff from another changeset...

 
286
287
288
289
 
 
290
291
292
 
286
287
288
 
289
290
291
292
293
@@ -286,7 +286,8 @@
  if self.curuser:   parts.append(self.curuser)   if self.curpw: - parts.append(hidepw and ':***' or ':' + self.curpw) + parts.append(':') + parts.append(hidepw and '***' or self.curpw)   parts.append('@')   parts.append(hglib.fromunicode(host))   if port: