mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
git tests: more debug logs for test failures "no commit dialog was shown"
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user