mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log][linear-bek] do not go to the first child when collapsing merge fragment
This commit is contained in:
+2
-2
@@ -186,8 +186,8 @@ public class LinearBekController extends CascadeLinearGraphController {
|
||||
if (fragment == null) continue;
|
||||
|
||||
toCollapse.add(i);
|
||||
toCollapse.addAll(fragment.getAllNodes());
|
||||
toProcess.addAll(fragment.getAllNodes());
|
||||
toCollapse.addAll(fragment.getTailsAndBody());
|
||||
toProcess.addAll(fragment.getTailsAndBody());
|
||||
|
||||
mergesCount++;
|
||||
if (mergesCount > 10) break;
|
||||
|
||||
Reference in New Issue
Block a user