view en/feature-branches.dot @ 247:5f35a333ab9b

Fix typo
author Johannes Hoff <wbunaarfubss@gmail.com>
date Wed, 30 May 2007 19:46:15 +0200
parents 5fc4a45c069f
children
line wrap: on
line source

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