# HG changeset patch # User Raphaël Gomès # Date 2024-05-06 09:27:29 # Node ID c1b6b8b03e48caa3f81efc2000d282278c8a1425 # Parent 436aee94f2d731ff9d546d0e60a2d9380c3db2fe Backed out changeset 3e0f86f09f26 diff --git a/mercurial/hg.py b/mercurial/hg.py --- a/mercurial/hg.py +++ b/mercurial/hg.py @@ -1425,7 +1425,6 @@ def _outgoing(ui, repo, dests, opts, sub others = [] for path in urlutil.get_push_paths(repo, ui, dests): dest = path.loc - repo._subtoppath = dest if subpath is not None: subpath = urlutil.url(subpath) if subpath.isabs(): @@ -1529,7 +1528,6 @@ def outgoing(ui, repo, dests, opts, subp finally: for oth in others: oth.close() - del repo._subtoppath def verify(repo, level=None):