Crate drawdag

Crate drawdag 

Source
Expand description

§drawdag

Utilities to parse ASCII revision DAG and create commits from them.

Functions§

commit
Commit the DAG by using the given commit function.
drawdag
Parse the ASCII DAG and commit it. See parse and commit for details.
parse
Parse an ASCII DAG. Extract edge information. Return a map from names to their parents.