##// END OF EJS Templates
subrepo: propagate non-default path on outgoing...
Felipe Resende -
r52886:3e0f86f0 stable
parent child Browse files
Show More
@@ -1425,6 +1425,7 b' def _outgoing(ui, repo, dests, opts, sub'
1425 1425 others = []
1426 1426 for path in urlutil.get_push_paths(repo, ui, dests):
1427 1427 dest = path.loc
1428 repo._subtoppath = dest
1428 1429 if subpath is not None:
1429 1430 subpath = urlutil.url(subpath)
1430 1431 if subpath.isabs():
@@ -1528,6 +1529,7 b' def outgoing(ui, repo, dests, opts, subp'
1528 1529 finally:
1529 1530 for oth in others:
1530 1531 oth.close()
1532 del repo._subtoppath
1531 1533
1532 1534
1533 1535 def verify(repo, level=None):
General Comments 0
You need to be logged in to leave comments. Login now