hgbook

annotate en/figs/feature-branches.dot @ 875:35ddb2ce38fb

Update README
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Oct 21 11:24:26 2009 +0800 (2009-10-21)
parents 5fc4a45c069f
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 }