hgbook

changeset 329:e327e8e6811f

Added another dot
author Igor Támara <igor@tamarapatino.org>
date Fri Oct 17 07:13:16 2008 -0500 (2008-10-17)
parents b7d284121f21
children 8bedea2b8d60
files es/feature-branches.dot
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/es/feature-branches.dot	Fri Oct 17 07:13:16 2008 -0500
     1.3 @@ -0,0 +1,8 @@
     1.4 +digraph feature_branches {
     1.5 +	maestro -> criptografĂ­a;
     1.6 +	maestro -> sistemadearchivos;
     1.7 +	maestro -> ipc;
     1.8 +	maestro -> memoria;
     1.9 +	maestro -> red;
    1.10 +	maestro -> seguridad;
    1.11 +}