Mercurial > hg
changeset 49503:a6efc1f1a73b
mergetools: don't let meld open all changed files on startup
In meld 3.16, a multi-file change with option '-a' results in
an overview list being opened.
In meld 3.20, a multi-file change with option '-a' results in
an overview list AND every changed file being opened.
Simply removing '-a' seems to work fine for both cases
and also behaves the same as before for single-file changes.
As per the release notes, this is due to the following change
in meld 3.19.0:
"Make the --auto-compare command line flag work again (Kai Willadsen)"
See also https://gitlab.gnome.org/GNOME/meld/-/issues/516
author | Mathias De Mare <mathias.de_mare@nokia.com> |
---|---|
date | Mon, 03 Oct 2022 14:24:12 +0200 |
parents | 4f36738a869a |
children | 44bc045a43ca |
files | mercurial/defaultrc/mergetools.rc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/defaultrc/mergetools.rc Thu Sep 22 16:09:53 2022 +0200 +++ b/mercurial/defaultrc/mergetools.rc Mon Oct 03 14:24:12 2022 +0200 @@ -107,7 +107,7 @@ meld.args=--label=$labellocal $local --label='merged' $base --label=$labelother $other -o $output --auto-merge meld.check=changed -meld.diffargs=-a --label=$plabel1 $parent --label=$clabel $child +meld.diffargs=--label=$plabel1 $parent --label=$clabel $child meld.gui=True merge.check=conflicts