Dear list,

[Disclaimer: I have not used darcs as a library yet]

It's Wednesday again and I feel like visualizing things with graphviz. So why not draw the dependency graph of a repository of my favorite revision control system?

My idea would be to generate a .dot file with an edge A -> B iff patch B depends directly on A (but if it depends on A solely because there is a patch C in between and we have A -> C and C -> B, that doesn't count).

Has anyone already tried this? Are there existing projects?

-- Steffen
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to