forked from qt-creator/qt-creator
VcsBase: Rename vcsFullySynchronousExec into vcsSynchronousExec
Get rid of original vcsSynchronousExec(), as it was calling vcsFullySynchronousExec(). Change-Id: I911dc786d54c34c211d03661c37df9b58d60a20b Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -130,7 +130,7 @@ QString SubversionClient::synchronousTopic(const FilePath &repository) const
|
||||
else
|
||||
svnVersionBinary = svnVersionBinary.left(pos + 1);
|
||||
svnVersionBinary.append(HostOsInfo::withExecutableSuffix("svnversion"));
|
||||
const CommandResult result = vcsFullySynchronousExec(repository,
|
||||
const CommandResult result = vcsSynchronousExec(repository,
|
||||
{FilePath::fromString(svnVersionBinary), args});
|
||||
if (result.result() == ProcessResult::FinishedWithSuccess)
|
||||
return result.cleanedStdOut().trimmed();
|
||||
|
||||
Reference in New Issue
Block a user