/[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 652 by dpavlin, Sun Nov 30 15:04:07 2008 UTC revision 653 by dpavlin, Sun Nov 30 23:49:32 2008 UTC
# Line 158  sub as_markup { Line 158  sub as_markup {
158    
159          $self->title( 'svk' . ( $self->action ? ' - ' . $self->action : '' ) ); # XXX without this we get wrong icon and title          $self->title( 'svk' . ( $self->action ? ' - ' . $self->action : '' ) ); # XXX without this we get wrong icon and title
160    
         if ( ! $self->can('html_escape') ) {  
                 Frey::Web->meta->apply( $self );  
                 $self->TODO( "Frey::Web role missing" );  
         }  
   
161          $html .= $self->status_as_markup || 'No changes in files tracked by SVK';          $html .= $self->status_as_markup || 'No changes in files tracked by SVK';
162          $html .= $self->diff_as_markup;          $html .= $self->diff_as_markup;
163    

Legend:
Removed from v.652  
changed lines
  Added in v.653

  ViewVC Help
Powered by ViewVC 1.1.26