From ec32aa0427f4d725cfca04c2d5b951fd4713589c Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 30 Aug 2022 07:36:02 +0200 Subject: [PATCH] Adapt to upstream change Change-Id: Ieb95b24500c868bf4e5786ac17bcc005463d3ae2 Reviewed-by: Orgad Shaneh --- plugins/fossil/fossilclient.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/fossil/fossilclient.cpp b/plugins/fossil/fossilclient.cpp index 06425f7a392..ca125696765 100644 --- a/plugins/fossil/fossilclient.cpp +++ b/plugins/fossil/fossilclient.cpp @@ -57,10 +57,7 @@ using namespace VcsBase; namespace Fossil { namespace Internal { -// Disable UNIX terminals to suppress SSH prompting -const unsigned s_pullFlags = VcsCommand::SshPasswordPrompt - | VcsCommand::ShowStdOut - | VcsCommand::ShowSuccessMessage; +const unsigned s_pullFlags = VcsCommand::ShowStdOut | VcsCommand::ShowSuccessMessage; // Parameter widget controlling whitespace diff mode, associated with a parameter