Show More
@@ -113,7 +113,7 b' def activepath(repo, remote):' | |||
|
113 | 113 | if local: |
|
114 | 114 | rpath = util.pconvert(remote._repo.root) |
|
115 | 115 | elif not isinstance(remote, bytes): |
|
116 |
rpath = remote. |
|
|
116 | rpath = remote.url() | |
|
117 | 117 | |
|
118 | 118 | # represent the remotepath with user defined path name if exists |
|
119 | 119 | for path, url in repo.ui.configitems(b'paths'): |
General Comments 0
You need to be logged in to leave comments.
Login now