ParentNodes return a CommitNodeIter for parents of specified node.
()
| 22 | NumParents() int |
| 23 | // ParentNodes return a CommitNodeIter for parents of specified node. |
| 24 | ParentNodes() CommitNodeIter |
| 25 | // ParentNode returns the ith parent of a commit. |
| 26 | ParentNode(i int) (CommitNode, error) |
| 27 | // ParentHashes returns hashes of the parent commits for a specified node |
no outgoing calls