forked from qt-creator/qt-creator
Mercurial: Work on Windows using Tortoise Hg, polishing.
Do not use "cmd /c hg" on Windows as this will fail randomly depending on arguments with blanks, such as "-U 8". Output log messages about synchronous commands, format author correctly, label menus correctly.
This commit is contained in:
@@ -88,8 +88,8 @@ private slots:
|
||||
void statusParser(const QByteArray &data);
|
||||
|
||||
private:
|
||||
bool hgProcessSync(const QFileInfo &file, const QStringList &args,
|
||||
QByteArray *output=0) const;
|
||||
bool executeHgSynchronously(const QFileInfo &file, const QStringList &args,
|
||||
QByteArray *output=0) const;
|
||||
|
||||
MercurialJobRunner *jobManager;
|
||||
Core::ICore *core;
|
||||
|
||||
Reference in New Issue
Block a user