ManagedRepository.getChild

Find the child of a commit, and, if the commit was a merge, the mainline index of said commit for the child.

class ManagedRepository
void
getChild
(
string branch
,
string commit
,
out string child
,
out int mainline
)

Meta