Community
Participate
Working Groups
Currently if we call graph for some branch, then it's started from first node from which branch was historically created including copies, e.g. if branch was copied from trunk then graph starts from 'trunk' but not from 'branch' which can be a problem for large graphs as it's quite complicated to find on graph where branch is located. Solution: collapse all copied from nodes for called node.
Implemented