# HG changeset patch # User Pierre-Yves David # Date 1669854917 -3600 # Node ID e3b997f572699d48178fae84c20bc19b71ab1dd5 # Parent 54e98a88542b566e59d59c11c191a43e2a494e76 path: directly use the push_variant in `hg summary` We don't need any extra processing now. diff -r 54e98a88542b -r e3b997f57269 mercurial/commands.py --- a/mercurial/commands.py Thu Dec 01 01:34:58 2022 +0100 +++ b/mercurial/commands.py Thu Dec 01 01:35:17 2022 +0100 @@ -7286,7 +7286,7 @@ d = b'default' if d is not None: path = urlutil.get_unique_push_path(b'summary', repo, ui, d) - dest = path.pushloc or path.loc + dest = path.loc dbranch = path.branch else: dest = b'default'