git tests: more debug logs for test failures "no commit dialog was shown"

This commit is contained in:
Kirill Likhodedov
2017-11-19 16:39:33 +03:00
parent c7254c5546
commit de197825c2
@@ -199,7 +199,8 @@ class GitApplyChangesProcess(private val project: Project,
}
val changes = actualList.changes
if (changes.isEmpty()) {
LOG.debug("No changes in the $actualList. All changes in the CLM: ${changeListManager.allChanges}")
val changesString = changeListManager.changeLists.map { it -> "[${it.name}] ${it.changes}" }
LOG.debug("No changes in the $actualList. All changes in the CLM: $changesString")
alreadyPicked.add(commit)
return true
}