cvsreport-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cvsreport] fixed default command


From: Vincent Caron <address@hidden>
Subject: [cvsreport] fixed default command
Date: Mon, 01 Sep 2003 09:30:22 -0400

Commit from zerodeux 2003-09-01 09:30 EDT
fixed default command
Module File name Revision
cvsreport ChangeLog 1.32 >>> 1.33
cvsreport cvsreport 1.30 >>> 1.31

cvsreport/ChangeLog   1.32 >>> 1.33
Line 1
+ 2003/09/01 15:31  zerodeux
+ - fixed default command (text report to stdout)
+
  2003/08/26 14:27  zerodeux
  - man page
    * showed multiple mail addresses usage in examples

cvsreport/cvsreport   1.30 >>> 1.31
Line 32
  #
 
  my $package_name    = 'cvsreport';
- my $package_version = '0.3.2';
+ my $package_version = '0.3.2-cvs';
  my $package_url     = 'http://www.nongnu.org/cvsreport/';
 
  # Can be overriden by command line
Line 1885
 
  # If no command, send default text report to stdout
  if (@{$config{command}} == 0) {
-     my @default_command = ('file', 'text', '-');
-     push(@{$config{command}}, address@hidden);
+     push(@{$config{command}}, 'file text -');
  }
 
  # Early command check, don't run parse_history() only to report failure



reply via email to

[Prev in Thread] Current Thread [Next in Thread]