Added new Bazaar plugin

Merge-request: 229
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
cerf
2011-02-28 13:40:06 +01:00
committed by Tobias Hunger
parent 6c1dd96f12
commit f9bb4c59dc
41 changed files with 4366 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ const char * const VCS_WIZARD_TR_CATEGORY = QT_TRANSLATE_NOOP("VCSBase", "Projec
const char * const VCS_WIZARD_CATEGORY = "L.Version Control";
// Ids for sort order (wizards and preferences)
const char * const VCS_ID_BAZAAR = "B.Bazaar";
const char * const VCS_ID_GIT = "G.Git";
const char * const VCS_ID_MERCURIAL = "H.Mercurial";
const char * const VCS_ID_SUBVERSION = "J.Subversion";