/[SVNBrowser]/trunk/share/web/templates/actions
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/share/web/templates/actions

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

revision 43 by dpavlin, Tue Feb 6 00:20:23 2007 UTC revision 44 by dpavlin, Tue Feb 6 00:26:36 2007 UTC
# Line 11  $actions->unlimit; Line 11  $actions->unlimit;
11  $actions->limit( column => 'revision', value => $revision );  $actions->limit( column => 'revision', value => $revision );
12    
13  if (! $r) {  if (! $r) {
14            warn "loading revision $revision\n";
15          $r = SVNBrowser::Model::Revision->new();          $r = SVNBrowser::Model::Revision->new();
16          $r->load_by_cols( revision => $revision );          $r->load_by_cols( revision => $revision );
17  }  }

Legend:
Removed from v.43  
changed lines
  Added in v.44

  ViewVC Help
Powered by ViewVC 1.1.26