/[Frey]/trunk/lib/Frey/SVN.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/SVN.pm

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

revision 850 by dpavlin, Thu Dec 11 00:27:19 2008 UTC revision 851 by dpavlin, Mon Dec 15 20:10:48 2008 UTC
# Line 140  sub as_markup { Line 140  sub as_markup {
140                                  push @files, "<ins>$path</ins>";                                  push @files, "<ins>$path</ins>";
141                          } elsif ($action eq "D") {                          } elsif ($action eq "D") {
142                                  push @files, "<del>$path</del>";                                  push @files, "<del>$path</del>";
143                          } else{                          } else {
144                                  push @files, $path;                                  push @files, $path;
145                          }                          }
146                  }                  }
147    
148                  html '<blockquote><p><tt style="color:#808080">',join(", ",@files),':</tt> ',encode($e->{'msg'}),'</p></blockquote>';                  my $msg = $e->{'msg'};
149                    $msg = '' if ref($msg); # FIXME why do I need this, dammit?
150                    $msg = encode( $msg );
151    
152                    html '<blockquote><p><tt style="color:#808080">',join(", ",@files),'</tt> ',$msg,'</p></blockquote>';
153    
154          });          });
155    

Legend:
Removed from v.850  
changed lines
  Added in v.851

  ViewVC Help
Powered by ViewVC 1.1.26