hgbook

annotate en/figs/feature-branches.dot @ 852:63fe2cfe3d4c

Clarified IRS stuff, added link to issue tracker on Bitbucket.
author gpiancastelli
date Sat Aug 22 21:01:56 2009 +0200 (2009-08-22)
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 }