forked from qt-creator/qt-creator
Bzr: add support for "uncommit" command
All "bzr uncommit" options are supported, even --dry-run (allowing user to check the green light) Change-Id: Ib97ef1333709ad18be53c658c23c97356e4e4ce0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -49,6 +49,9 @@ public:
|
||||
|
||||
bool synchronousSetUserId();
|
||||
BranchInfo synchronousBranchQuery(const QString &repositoryRoot) const;
|
||||
bool synchronousUncommit(const QString &workingDir,
|
||||
const QString& revision = QString(),
|
||||
const QStringList &extraOptions = QStringList());
|
||||
void commit(const QString &repositoryRoot, const QStringList &files,
|
||||
const QString &commitMessageFile, const QStringList &extraOptions = QStringList());
|
||||
void annotate(const QString &workingDir, const QString &file,
|
||||
|
||||
Reference in New Issue
Block a user