hgbook

view it/figs/feature-branches.dot @ 919:07676b6f6545

Merge with http://bitbucket.org/gpiancastelli/hgbook-it/
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Oct 27 21:31:47 2009 -0700 (2009-10-27)
parents
children
line source
1 digraph feature_branches {
2 principale -> cripto;
3 principale -> filesystem;
4 principale -> ipc;
5 principale -> memoria;
6 principale -> rete;
7 principale -> sicurezza;
8 }