Added "Update to Revision" Action

FossilOrigin-Name: 203cae37a6553c26a3844dcfdd3386eae9be288f
This commit is contained in:
kostas
2015-05-02 16:42:06 +00:00
parent b3ba622ef2
commit 4cd2e6e5b4
11 changed files with 251 additions and 22 deletions

View File

@@ -83,7 +83,7 @@ public:
bool pullRepository();
bool cloneRepository(const QString &repository, const QUrl &url, const QUrl &proxyUrl);
bool undoRepository(QStringList& result, bool explainOnly);
bool updateRepository(QStringList& result, bool explainOnly);
bool updateRepository(QStringList& result, const QString& revision, bool explainOnly);
bool getFossilVersion(QString &version);
bool uiRunning() const;