pub fn list_root_revisions<G>(graph: &G) -> Result<Vec<NodeId>>where G: SwhForwardGraph + SwhGraphWithProperties<Maps: Maps> + Sync,
Returns all revisions that have no parent revision.