Subversion Repositories DevTools

Rev

Rev 391 | Rev 1360 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 391 Rev 1357
Line 232... Line 232...
232
    #
232
    #
233
    my @command = ( 'jats_vcsrelease',
233
    my @command = ( 'jats_vcsrelease',
234
                        '-extractfiles',
234
                        '-extractfiles',
235
                        '-root=.' ,
235
                        '-root=.' ,
236
                        '-noprefix',
236
                        '-noprefix',
-
 
237
                        '-devmode=vcsdiff',
237
                        '-view', $tag ,
238
                        '-view', $tag ,
238
                        '-label', $vcstag,
239
                        '-label', $vcstag,
239
                   );
240
                   );
240
    push @view_commands, \@command;
241
    push @view_commands, \@command;
241
 
242