<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -35,7 +35,7 @@ our @C = (
         $w-&gt;next;
       }
     },
-    queue =&gt; { get =&gt; 'pushstream' },
+    continuity =&gt; 1,
   ),
 
   C(</diff>
      <filename>eg/Chat.pm</filename>
    </modified>
    <modified>
      <diff>@@ -23,20 +23,20 @@ our @C = (
                        my ($self) = @_;
                        my $cr     = $self-&gt;cr;
                        my $log = $self-&gt;log;
-                       
+
                        my %p = (
                                i =&gt; 1
                        );
                        my %callbacks;
-                       tie my %history, 'Tie::IxHash::FixedSize', {size =&gt; 10};                        
-                       
+                       tie my %history, 'Tie::IxHash::FixedSize', {size =&gt; 10};
+
                        my $get_new_ci = sub {
-                               my $ci = -1;                            
-                               return sub {                                    
+                               my $ci = -1;
+                               return sub {
                                        $ci++ if ($ci &lt;= ($cr-&gt;param('ci') || $ci));
                                        return $ci;
-                               }                              
-                       }-&gt;();  
+                               }
+                       }-&gt;();
                        $history{$get_new_ci-&gt;()} = {%p};
                        sub gen_link {
                                my ($text, $code) = @_;
@@ -48,19 +48,19 @@ our @C = (
                                my $cr = shift;
                                my $cb = $cr-&gt;param('cb');
                                my $ci = ($cr-&gt;param('ci') || 0);
-                               $log-&gt;debug($ci);              
-                               if(defined $cb) {                                                                                                              
+                               $log-&gt;debug($ci);
+                               if(defined $cb) {
                                        if (exists $callbacks{$cb}
-                                               &amp;&amp;      ref($callbacks{$cb}) eq &quot;CODE&quot;) {                                                      
+                                               &amp;&amp;      ref($callbacks{$cb}) eq &quot;CODE&quot;) {
                                                $callbacks{$cb}-&gt;($cr);
                                                delete $callbacks{$cb};
-                                               $history{$ci} = {%p};                          
-                                       }       elsif (exists $history{$ci}) {                          
+                                               $history{$ci} = {%p};
+                                       }       elsif (exists $history{$ci}) {
                                                %p = %{$history{$ci}};
                                        }
-                               }                      
+                               }
                        }
-       
+
                        while (1) {
                                process_links($cr);
                                $cr-&gt;print(gen_link('next' =&gt; sub {
@@ -74,7 +74,7 @@ our @C = (
                                $cr-&gt;next;
                        }
                },
-               queue =&gt; { get =&gt; 'count' }
+               continuity =&gt; 1,
        )
 );
 </diff>
      <filename>eg/Counter.pm</filename>
    </modified>
    <modified>
      <diff>@@ -17,15 +17,15 @@ our @C = (
                Guess =&gt; [ '/guess' ],
                get =&gt; sub {
                        my ($self) = @_;
-                       
+
                        my $cr = $self-&gt;cr;
 
                        my $rand100 = sub { int(rand(100)) };
                        my $to_guess = $rand100-&gt;();
                        my $tries = 0;
-                       
+
                        while(1) {
-                               my $n = $cr-&gt;param('n');                                
+                               my $n = $cr-&gt;param('n');
                                $cr-&gt;print(qq|
                                        &lt;html&gt;
                                                &lt;head&gt;
@@ -38,11 +38,11 @@ our @C = (
                                                if ($n) {
                                                        return &quot;&lt;i&gt;The guess is invalid.&lt;/i&gt;&quot; if $n !~ /\d+/;
                                                        return ($n&lt;$to_guess)
-                                                               ?       &quot;&lt;i&gt;The answer is higher.&lt;/i&gt;&quot;  
+                                                               ?       &quot;&lt;i&gt;The answer is higher.&lt;/i&gt;&quot;
                                                                : ($n&gt;$to_guess)
                                                                        ?       &quot;&lt;i&gt;The answer is lower.&lt;/i&gt;&quot;
                                                                        :       &quot;&lt;i&gt;You guessed it in $tries tries&lt;/i&gt;&quot;;
-                                               }                                              
+                                               }
                                        }-&gt;() . qq|
                                        &lt;form method=&quot;get&quot; /&gt;
                                        |. (($n!=$to_guess)
@@ -56,7 +56,7 @@ our @C = (
                                                        return &quot;&lt;a href=\&quot;/guess\&quot;&gt;start again&lt;/a&gt;&quot;
                                                }-&gt;()
                                        ) .     qq|
-                                       
+
                                        &lt;/form&gt;
                                |);
                                $cr-&gt;print(qq|
@@ -64,11 +64,11 @@ our @C = (
                                        &lt;/html&gt;
                                |);
                                $cr-&gt;next;
-                               
+
                                $tries++;
                        } # while
                },
-               queue =&gt; { get =&gt; 'guess' }
+               continuity =&gt; 1,
        ),
 
 );</diff>
      <filename>eg/Guess.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>33d626c8f6e0120906035538f5bc4f58be4f3ed6</id>
    </parent>
  </parents>
  <author>
    <name>John Beppu</name>
    <email>john.beppu@gmail.com</email>
  </author>
  <url>http://github.com/beppu/squatting/commit/c320c96fe5b2c0555c2e6022b76eee47b3470648</url>
  <id>c320c96fe5b2c0555c2e6022b76eee47b3470648</id>
  <committed-date>2009-06-14T22:02:07-07:00</committed-date>
  <authored-date>2009-06-14T22:02:07-07:00</authored-date>
  <message>changed to new Squatting 0.70 Continuity semantics</message>
  <tree>f722ca4f4b8e6c0ad6c45ec29548b2b73b7e0ac4</tree>
  <committer>
    <name>John Beppu</name>
    <email>john.beppu@gmail.com</email>
  </committer>
</commit>
