/[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 552 by dpavlin, Thu Nov 27 15:40:12 2008 UTC revision 558 by dpavlin, Thu Nov 27 20:36:15 2008 UTC
# Line 47  sub as_markup { Line 47  sub as_markup {
47          my $status = `svk status -q`;          my $status = `svk status -q`;
48          my $diff   = `svk diff`;          my $diff   = `svk diff`;
49    
50          Frey::Web->meta->apply( $self ); # provide html_escape          Frey::Web->meta->apply( $self ) unless $self->can('html_escape');
51    
52          my $html          my $html
53                  = qq|<pre>$status</pre><hr><pre>|                  = qq|<pre>$status</pre><hr><pre>|

Legend:
Removed from v.552  
changed lines
  Added in v.558

  ViewVC Help
Powered by ViewVC 1.1.26