# HG changeset patch # User Josef "Jeff" Sipek # Date 1126573622 14400 # Node ID d402937305899261ec33357328ecc9dbea79446c # Parent 84be94f5bb7d7bfe26b5a7e1125d07ef882e5aba Removed arrowheads where necessary, and reversed one for clarity diff -r 84be94f5bb7d -r d40293730589 client-server-checkout.dot --- a/client-server-checkout.dot Mon Sep 12 20:21:05 2005 -0400 +++ b/client-server-checkout.dot Mon Sep 12 21:07:02 2005 -0400 @@ -5,6 +5,6 @@ ClientB [shape=box,label="Client B"]; ClientC [shape=box,label="Client C"]; Repository -> ClientA; - Repository -> ClientB; - Repository -> ClientC; + Repository -> ClientB [arrowhead=none]; + Repository -> ClientC [arrowhead=none]; } diff -r 84be94f5bb7d -r d40293730589 client-server-commit.dot --- a/client-server-commit.dot Mon Sep 12 20:21:05 2005 -0400 +++ b/client-server-commit.dot Mon Sep 12 21:07:02 2005 -0400 @@ -4,7 +4,7 @@ ClientA [shape=box,label="Client A",style=filled,color="0.3 1.0 1.0"]; ClientB [shape=box,label="Client B"]; ClientC [shape=box,label="Client C"]; - Repository -> ClientA; - Repository -> ClientB; - Repository -> ClientC; + Repository -> ClientA [arrowhead=inv]; + Repository -> ClientB [arrowhead=none]; + Repository -> ClientC [arrowhead=none]; } diff -r 84be94f5bb7d -r d40293730589 client-server-modified.dot --- a/client-server-modified.dot Mon Sep 12 20:21:05 2005 -0400 +++ b/client-server-modified.dot Mon Sep 12 21:07:02 2005 -0400 @@ -4,7 +4,7 @@ ClientA [shape=box,label="Client A",style=filled,color="0.3 1.0 1.0"]; ClientB [shape=box,label="Client B"]; ClientC [shape=box,label="Client C"]; - Repository -> ClientA; - Repository -> ClientB; - Repository -> ClientC; + Repository -> ClientA [arrowhead=none]; + Repository -> ClientB [arrowhead=none]; + Repository -> ClientC [arrowhead=none]; } diff -r 84be94f5bb7d -r d40293730589 client-server.dot --- a/client-server.dot Mon Sep 12 20:21:05 2005 -0400 +++ b/client-server.dot Mon Sep 12 21:07:02 2005 -0400 @@ -4,7 +4,7 @@ ClientA [shape=box,label="Client A"]; ClientB [shape=box,label="Client B"]; ClientC [shape=box,label="Client C"]; - Repository -> ClientA; - Repository -> ClientB; - Repository -> ClientC; + Repository -> ClientA [arrowhead=none]; + Repository -> ClientB [arrowhead=none]; + Repository -> ClientC [arrowhead=none]; }