##// END OF EJS Templates
path: directly use the push_variant in outgoing internals...
marmoute -
r50596:1470a533 default
parent child Browse files
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.pushloc or path.loc
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