Submitter | phabricator |
---|---|
Date | Feb. 16, 2022, 4:09 a.m. |
Message ID | <differential-rev-PHID-DREV-hoehptvghvczi4b7r3h7-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50525/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/mercurial/filemerge.py b/mercurial/filemerge.py --- a/mercurial/filemerge.py +++ b/mercurial/filemerge.py @@ -745,7 +745,7 @@ args = _toolstr(repo.ui, tool, b"args") with _maketempfiles( - fco, fca, repo.wvfs.join(backup.path()), b"$output" in args + fco, fca, backup.path(), b"$output" in args ) as temppaths: basepath, otherpath, localoutputpath = temppaths outpath = b""