##// END OF EJS Templates
path: fix `url.copy` dropping the port...
marmoute -
r50653:20f262ab default
parent child Browse files
Show More
@@ -241,7 +241,7 b' class url:'
241 u.user = self.user
241 u.user = self.user
242 u.passwd = self.passwd
242 u.passwd = self.passwd
243 u.host = self.host
243 u.host = self.host
244 u.path = self.path
244 u.port = self.port
245 u.query = self.query
245 u.query = self.query
246 u.fragment = self.fragment
246 u.fragment = self.fragment
247 u._localpath = self._localpath
247 u._localpath = self._localpath
General Comments 0
You need to be logged in to leave comments. Login now