Crate drawdag

source ·
Expand description

drawdag

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

Functions

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