forked from qt-creator/qt-creator
		
	VCS[Mercurial]: Make push/pull synchronous commands.
..for timeout handling to take effect. Also, log window will update continuously. Task-number: QTCREATORBUG-777
This commit is contained in:
		@@ -248,7 +248,7 @@ private:
 | 
			
		||||
                        bool logCommandToWindow = true);
 | 
			
		||||
 | 
			
		||||
    // Synchronous git execution using Utils::SynchronousProcess, with
 | 
			
		||||
    // log windows updating.
 | 
			
		||||
    // log windows updating (using VCSBasePlugin::runVCS with flags).
 | 
			
		||||
    inline Utils::SynchronousProcessResponse
 | 
			
		||||
            synchronousGit(const QString &workingDirectory, const QStringList &arguments,
 | 
			
		||||
                           unsigned flags = 0, QTextCodec *outputCodec = 0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user