author | Pierre-Yves David <pierre-yves.david@octobus.net> |
Thu, 01 Dec 2022 01:38:07 +0100 | |
changeset 49703 | b8385bbeefdc |
parent 49702 | c55e70bed7eb |
child 49704 | a7985c822c09 |
hgext/histedit.py | file | annotate | diff | comparison | revisions |
--- a/hgext/histedit.py Thu Dec 01 01:37:41 2022 +0100 +++ b/hgext/histedit.py Thu Dec 01 01:38:07 2022 +0100 @@ -1051,7 +1051,7 @@ if opts is None: opts = {} path = urlutil.get_unique_push_path(b'histedit', repo, ui, remote) - dest = path.pushloc or path.loc + dest = path.loc ui.status(_(b'comparing with %s\n') % urlutil.hidepassword(dest))