hgbook

annotate en/figs/feature-branches.dot @ 1047:eb90573d2f76

refine 1.6.2
author Zhaoping Sun <zhaopingsun@gmail.com>
date Mon Nov 09 23:13:00 2009 -0500 (2009-11-09)
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 }