forked from qt-creator/qt-creator
Git: Remove "Branch" from synchronousCheckoutBranch
Other refs can also be checked out using this function Change-Id: I80a1c15244b1043cfce650a121c71174b9d322cb Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
a85c32cb4a
commit
cf5f109b68
@@ -156,7 +156,7 @@ public:
|
||||
QString revision = QString(), QString *errorMessage = 0,
|
||||
bool revertStaging = true);
|
||||
// Checkout branch
|
||||
bool synchronousCheckoutBranch(const QString &workingDirectory, const QString &branch, QString *errorMessage = 0);
|
||||
bool synchronousCheckout(const QString &workingDirectory, const QString &ref, QString *errorMessage = 0);
|
||||
|
||||
// Do a stash and return identier.
|
||||
enum { StashPromptDescription = 0x1, StashImmediateRestore = 0x2, StashIgnoreUnchanged = 0x4 };
|
||||
|
||||
Reference in New Issue
Block a user