view en/feature-branches.dot @ 378:5530934319b8

compile fix
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 09 Jan 2009 23:05:26 +0900
parents 5fc4a45c069f
children
line wrap: on
line source

digraph feature_branches {
	master -> crypto;
	master -> filesystems;
	master -> ipc;
	master -> memory;
	master -> network;
	master -> security;
}