forked from qt-creator/qt-creator
Svn: Asynchronous exec of commit operations
Use VcsBase::Command to implement the SVN commit operation, allowing asynchronous execution (so the user can do something else while committing) Change-Id: Ic5513676d4dfea1920bb6610efa33788878a2a83 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
ddfc1f8d27
commit
0d0d79ce08
@@ -41,6 +41,7 @@ const char SUBVERSIONCOMMITEDITOR_ID[] = "Subversion Commit Editor";
|
||||
const char SUBVERSIONCOMMITEDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("VCS", "Subversion Commit Editor");
|
||||
const char SUBMIT_CURRENT[] = "Subversion.SubmitCurrentLog";
|
||||
const char DIFF_SELECTED[] = "Subversion.DiffSelectedFilesInLog";
|
||||
const char NON_INTERACTIVE_OPTION[] = "--non-interactive";
|
||||
enum { debug = 0 };
|
||||
|
||||
} // namespace Constants
|
||||
|
||||
Reference in New Issue
Block a user