mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
git tests: add debug logs for test failures "no changelist for conflicts created"
This commit is contained in:
@@ -251,6 +251,7 @@ class GitApplyChangesProcess(private val project: Project,
|
||||
private fun removeChangeListIfEmpty(changeList: LocalChangeList) {
|
||||
val actualList = changeListManager.getChangeList(changeList.id)
|
||||
if (actualList != null && actualList.changes.isEmpty()) {
|
||||
LOG.debug("Changelist $actualList is empty, removing.")
|
||||
changeListManager.removeChangeList(actualList)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user