hgbook

annotate en/figs/feature-branches.dot @ 1040:c84e50397ae8

1.5 zh translated
author Zhaoping Sun <zhaopingsun@gmail.com>
date Sun Nov 08 18:02:22 2009 -0500 (2009-11-08)
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 }