view en/images/feature-branches.dot @ 737:9038da8b2d22

Merge with http://hg.serpentine.com/mercurial/book
author Dongsheng Song <dongsheng.song@gmail.com>
date Mon, 16 Mar 2009 17:23:05 +0800
parents 0e3d8f66bbb7
children
line wrap: on
line source

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