Artifact 3b5479d1527a33cf1316fcab935a127d86cf3532:
- File tools/cvs2fossil/showg — part of check-in [64d0019e0f] at 2007-11-23 05:38:12 on branch trunk — Added two more debugging helper applications. One to extract and show a file revision tree, the other to display a dot file generated by the importer during cycle breaking passes. (user: aku size: 64) [more...]
#!/bin/sh dot -Tpng -o $$.png $1 display $$.png rm $$.png exit