##// END OF EJS Templates
logexchange: use the proper accessors to get the remote url...
marmoute -
r50655:5bceea1a default
parent child Browse files
Show More
@@ -113,7 +113,7 b' def activepath(repo, remote):'
113 if local:
113 if local:
114 rpath = util.pconvert(remote._repo.root)
114 rpath = util.pconvert(remote._repo.root)
115 elif not isinstance(remote, bytes):
115 elif not isinstance(remote, bytes):
116 rpath = remote._url
116 rpath = remote.url()
117
117
118 # represent the remotepath with user defined path name if exists
118 # represent the remotepath with user defined path name if exists
119 for path, url in repo.ui.configitems(b'paths'):
119 for path, url in repo.ui.configitems(b'paths'):
General Comments 0
You need to be logged in to leave comments. Login now