forked from qt-creator/qt-creator
Squish: Rename project while this triggers bug
Task-number: QTCREATORBUG-19523 Change-Id: I468c5fe0af07b1875b45de8a1fd32da23208f6a0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -28,6 +28,8 @@ source("../../shared/qtcreator.py")
|
||||
# necessary to not use symbolic links for the parent path of the git project
|
||||
srcPath = os.path.realpath(srcPath)
|
||||
projectName = "gitProject"
|
||||
if JIRA.isBugStillOpen(19523):
|
||||
projectName = "renamedProject"
|
||||
|
||||
# TODO: Make selecting changes possible
|
||||
def commit(commitMessage, expectedLogMessage, uncheckUntracked=False):
|
||||
|
||||
Reference in New Issue
Block a user