changeset 51612:c1b6b8b03e48 stable

Backed out changeset 3e0f86f09f26
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 06 May 2024 11:27:29 +0200
parents 436aee94f2d7
children dcb00d5c397a
files mercurial/hg.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/hg.py	Mon May 06 11:26:52 2024 +0200
+++ b/mercurial/hg.py	Mon May 06 11:27:29 2024 +0200
@@ -1425,7 +1425,6 @@
     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 @@
     finally:
         for oth in others:
             oth.close()
-        del repo._subtoppath
 
 
 def verify(repo, level=None):