VCS: Support silent output on runVcs

Change-Id: If737b03f9d090076e9d739189479fb6725ae8856
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-07-17 22:27:35 +03:00
committed by Orgad Shaneh
parent 93dd2795ba
commit b6fb9e3e54
2 changed files with 8 additions and 3 deletions

View File

@@ -166,7 +166,8 @@ public:
ForceCLocale = 0x80, // Force C-locale for commands whose output is parsed.
FullySynchronously = 0x100, // Suppress local event loop (in case UI actions are
// triggered by file watchers).
ExpectRepoChanges = 0x200 // Expect changes in repository by the command
ExpectRepoChanges = 0x200, // Expect changes in repository by the command
SilentOutput = 0x400 // With ShowStdOutInLogWindow - append output silently
};
static Utils::SynchronousProcessResponse runVcs(const QString &workingDir,