Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c44a0e59
Commit
c44a0e59
authored
Jun 15, 2010
by
Friedemann Kleint
Browse files
VCS[Mercurial]: Working directory not set for asynchronous commands.
Task-number: QTCREATORBUG-1503
parent
b8c78764
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/mercurial/mercurialjobrunner.cpp
View file @
c44a0e59
...
...
@@ -193,6 +193,8 @@ void MercurialJobRunner::task(const QSharedPointer<HgTask> &job)
qDebug
()
<<
Q_FUNC_INFO
<<
"Repository root is "
<<
taskData
->
repositoryRoot
();
QProcess
hgProcess
;
if
(
!
taskData
->
repositoryRoot
().
isEmpty
())
hgProcess
.
setWorkingDirectory
(
taskData
->
repositoryRoot
());
hgProcess
.
start
(
binary
,
args
);
if
(
!
hgProcess
.
waitForStarted
())
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment