forked from qt-creator/qt-creator
Adapt to upstream change
Change-Id: Ieb95b24500c868bf4e5786ac17bcc005463d3ae2 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -57,10 +57,7 @@ using namespace VcsBase;
|
|||||||
namespace Fossil {
|
namespace Fossil {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
// Disable UNIX terminals to suppress SSH prompting
|
const unsigned s_pullFlags = VcsCommand::ShowStdOut | VcsCommand::ShowSuccessMessage;
|
||||||
const unsigned s_pullFlags = VcsCommand::SshPasswordPrompt
|
|
||||||
| VcsCommand::ShowStdOut
|
|
||||||
| VcsCommand::ShowSuccessMessage;
|
|
||||||
|
|
||||||
|
|
||||||
// Parameter widget controlling whitespace diff mode, associated with a parameter
|
// Parameter widget controlling whitespace diff mode, associated with a parameter
|
||||||
|
|||||||
Reference in New Issue
Block a user