public interface VHistory
Modifier and Type | Method and Description |
---|---|
long[] |
getChildren(long cid)
Retrieves the CIDs of a commit's children
|
long |
getParent(long cid)
Retrieves a commit's parent CID
|
long getParent(long cid)
cid
- the commit's CIDVException
- if there is no commit with such a CIDlong[] getChildren(long cid)
cid
- the commit's CID (or 0 if the CID of the root commit should
be returned)VException
- if CID != 0 and there is no commit with such a CID