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