Mercurial: Fix history key

Change-Id: I3e0606639402808c5ef9fe6e4d6af83118b041bb
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Christian Stenger
2024-06-03 09:20:13 +02:00
parent 57826bcab6
commit 7944ae0600

View File

@@ -30,7 +30,7 @@ MercurialSettings::MercurialSettings()
binaryPath.setExpectedKind(PathChooser::ExistingCommand); binaryPath.setExpectedKind(PathChooser::ExistingCommand);
binaryPath.setDefaultValue(Constants::MERCURIALDEFAULT); binaryPath.setDefaultValue(Constants::MERCURIALDEFAULT);
binaryPath.setDisplayName(Tr::tr("Mercurial Command")); binaryPath.setDisplayName(Tr::tr("Mercurial Command"));
binaryPath.setHistoryCompleter("Bazaar.Command.History"); binaryPath.setHistoryCompleter("Mercurial.Command.History");
binaryPath.setLabelText(Tr::tr("Command:")); binaryPath.setLabelText(Tr::tr("Command:"));
userName.setDisplayStyle(StringAspect::LineEditDisplay); userName.setDisplayStyle(StringAspect::LineEditDisplay);