hgbook

annotate en/figs/feature-branches.dot @ 796:a983cf614c9d

Miscellaneous changes.
author Giulio@puck
date Thu Aug 13 14:23:29 2009 +0200 (2009-08-13)
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 }