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

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

revision 1078 by dpavlin, Thu Jun 4 19:23:32 2009 UTC revision 1084 by dpavlin, Tue Jun 23 17:35:08 2009 UTC
# Line 120  sub iterator { Line 120  sub iterator {
120                  if ( $self->include_diff || $self->file_stats ) {                  if ( $self->include_diff || $self->file_stats ) {
121                          my $rev = $e->{'revision'};                          my $rev = $e->{'revision'};
122    
123                            warn "# revision $rev\n" if $rev % 100 == 0;
124    
125                          $e->{diff_paths}->{rev} = $rev; # XXX debug                          $e->{diff_paths}->{rev} = $rev; # XXX debug
126    
127                          my $cache = $svn_path;                          my $cache = $svn_path;
# Line 327  sub as_markup { Line 329  sub as_markup {
329                  + length( $stats->{total_removed} )                  + length( $stats->{total_removed} )
330                  ;                  ;
331    
332          $max_path_len += int( $max_path_len / 10 ); # we are using ex, so we add 10%          $max_path_len += int( $max_path_len / 4 ); # we are using ex, so we adjust length
333    
334          $self->add_css(qq|          $self->add_css(qq|
335                  .files {                  .files {
# Line 369  sub codeswarm_as_markup { Line 371  sub codeswarm_as_markup {
371    
372          });          });
373    
374            warn "generated ",length($file_events)," bytes of file events\n";
375    
376          return qq|<?xml version="1.0"?>          return qq|<?xml version="1.0"?>
377          <!-- One commit per day for one month by a documenter and programmer. -->          <!-- One commit per day for one month by a documenter and programmer. -->
378          <file_events>          <file_events>

Legend:
Removed from v.1078  
changed lines
  Added in v.1084

  ViewVC Help
Powered by ViewVC 1.1.26