hgbook

view en/feature-branches.dot @ 560:dbe91bb622d8

Small grammatical fix (does not requires -> does not require)
author Jon Parise <jon@indelible.org>
date Thu Feb 19 20:49:46 2009 -0800 (2009-02-19)
parents
children
line source
1 digraph feature_branches {
2 master -> crypto;
3 master -> filesystems;
4 master -> ipc;
5 master -> memory;
6 master -> network;
7 master -> security;
8 }