hgbook

view it/figs/feature-branches.dot @ 1031:d6d7136b0f74

Merge with gpiancastelli
author Bryan O'Sullivan <bos@serpentine.com>
date Sat Jul 10 06:24:30 2010 +0100 (2010-07-10)
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 }