@hackage / darcs2dot

Outputs dependencies of darcs patches in dot format.

Version Deprecated package0.1.0.1

About

Metadata

  • Last updated , by SoenkeHahn
  • License BSD-3-Clause
  • Categories Development
  • Maintained by: soenkehahn@gmail.com

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

Outputs dependencies of darcs patches in dot format. Just run darcs2dot in a darcs repo and it will output (the transitive reduction of) the dependencies of the patches in dot format to stdout.

You can use the graphviz tools to generate graph files from that. For example:

$ darcs2dot | dot -Tpdf -o darcsDeps.pdf