Show More
@@ -1380,7 +1380,7 b' def _outgoing(ui, repo, dests, opts, sub' | |||||
1380 | out = set() |
|
1380 | out = set() | |
1381 | others = [] |
|
1381 | others = [] | |
1382 | for path in urlutil.get_push_paths(repo, ui, dests): |
|
1382 | for path in urlutil.get_push_paths(repo, ui, dests): | |
1383 |
dest = path. |
|
1383 | dest = path.loc | |
1384 | if subpath is not None: |
|
1384 | if subpath is not None: | |
1385 | subpath = urlutil.url(subpath) |
|
1385 | subpath = urlutil.url(subpath) | |
1386 | if subpath.isabs(): |
|
1386 | if subpath.isabs(): |
General Comments 0
You need to be logged in to leave comments.
Login now