Estimated read time: 1 minutes
darcs-deps is a small perl script that displays darcs patch dependencies graphically. i've created a test repo with the following changes:
- a simple shell script with lines foo and bar
- changed foo to foo2 (this should depend on #1)
- changed bar to bar2 (same)
- changed foo2 to foo3 (this should depend on #2 but not on #3)
- added a new file to the end of the file (should depend on #4)
perl darcs-deps | dot -Tps -o deps.eps
convert deps.eps deps.jpg
here is the result:
nice, isn't it? :)