/[Frey]/trunk/lib/Frey/SVK.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/SVK.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 615 by dpavlin, Sat Nov 29 01:01:14 2008 UTC revision 616 by dpavlin, Sat Nov 29 01:05:39 2008 UTC
# Line 150  sub as_markup { Line 150  sub as_markup {
150                  $self->TODO( "Frey::Web role missing" );                  $self->TODO( "Frey::Web role missing" );
151          }          }
152    
153          $html .= $self->status_as_markup || $self->error('no status_or_markup output');          $html .= $self->status_as_markup || 'No changes in files tracked by SVK';
154          $html .= $self->diff_as_markup   || $self->error('no diff_as_markup output');          $html .= $self->diff_as_markup;
155    
156          warn "as_markup ",length($html)," bytes";          warn "as_markup ",length($html)," bytes";
157    

Legend:
Removed from v.615  
changed lines
  Added in v.616

  ViewVC Help
Powered by ViewVC 1.1.26