##// END OF EJS Templates
Most of lines longer than 80 chars fixed
Marcin Kasperski -
r21:b176c215 0.1.1 default
parent child Browse files
Show More
@@ -308,7 +308,8 b' class PasswordHandler(object):'
308 https://repo.machine.com/repos/apps/module
308 https://repo.machine.com/repos/apps/module
309 """
309 """
310 parsed_url = urlparse(authuri)
310 parsed_url = urlparse(authuri)
311 return "%s://%s%s" % (parsed_url.scheme, parsed_url.netloc, parsed_url.path)
311 return "%s://%s%s" % (parsed_url.scheme, parsed_url.netloc,
312 parsed_url.path)
312
313
313 def _debug_reply(self, ui, msg, url, user, pwd):
314 def _debug_reply(self, ui, msg, url, user, pwd):
314 ui.debug("%s. Url: %s, user: %s, passwd: %s\n" % (
315 ui.debug("%s. Url: %s, user: %s, passwd: %s\n" % (
General Comments 0
You need to be logged in to leave comments. Login now