Artifact Content
Not logged in

Artifact 3b5479d1527a33cf1316fcab935a127d86cf3532

File tools/cvs2fossil/showg part of check-in [64d0019e0f] - 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. by aku on 2007-11-23 05:38:12.

#!/bin/sh

dot -Tpng -o $$.png $1
display $$.png
rm $$.png
exit