diff options
| author | Christian Stenger <christian.stenger@qt.io> | 2022-08-30 07:36:02 +0200 |
|---|---|---|
| committer | Christian Stenger <christian.stenger@qt.io> | 2022-08-30 11:27:53 +0000 |
| commit | ec32aa0427f4d725cfca04c2d5b951fd4713589c (patch) | |
| tree | 9d7fd9c9ef42342afa9589c2e7e0ace2f3f2c85a | |
| parent | 56638b69a83e602b9462cc75ce78284d27f2e41b (diff) | |
Adapt to upstream change
Change-Id: Ieb95b24500c868bf4e5786ac17bcc005463d3ae2
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
| -rw-r--r-- | plugins/fossil/fossilclient.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/fossil/fossilclient.cpp b/plugins/fossil/fossilclient.cpp index 06425f7..ca12569 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 |
