diff mercurial/hg.py @ 51488: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 42863c4ff80f e8f58714bcf0
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):