hgbook

annotate en/images/feature-branches.dot @ 628:0e3d8f66bbb7

Rename en/figs to en/images
author Dongsheng Song <dongsheng.song@gmail.com>
date Thu Mar 12 15:58:38 2009 +0800 (2009-03-12)
parents en/figs/feature-branches.dot@bebd5ff7fe7f
children
rev   line source
bos@179 1 digraph feature_branches {
bos@179 2 master -> crypto;
bos@179 3 master -> filesystems;
bos@179 4 master -> ipc;
bos@179 5 master -> memory;
bos@179 6 master -> network;
bos@179 7 master -> security;
bos@179 8 }