# HG changeset patch # User Paul Eggert # Date 805229044 0 # Node ID 68a8bae7a172f3f828363dc0f11cabf707b499e8 # Parent 2b4958c6268a2beef94d96dbb58e3744b5830264 (datearg): Separate date from time with comma, not space, to avoid CVS 1.5 bug. (CVSROOT): Don't abort if unset and if repository is an absolute pathname. diff -r 2b4958c6268a -r 68a8bae7a172 lib-src/=rcs2log --- a/lib-src/=rcs2log Sat Jul 08 13:16:54 1995 +0000 +++ b/lib-src/=rcs2log Sat Jul 08 18:44:04 1995 +0000 @@ -12,7 +12,7 @@ # Author: Paul Eggert -# $Id: rcs2log,v 1.24 1995/06/28 01:47:55 eggert Exp eggert $ +# $Id: rcs2log,v 1.25 1995/07/07 22:47:57 eggert Exp eggert $ # Copyright 1992, 1993, 1994, 1995 Free Software Foundation, Inc. @@ -158,7 +158,8 @@ } } } - printf "%d/%02d/%02d %02d:%02d:%02d\n", year,i+1,dd,hh,mm,ss + # Output comma instead of space to avoid CVS 1.5 bug. + printf "%d/%02d/%02d,%02d:%02d:%02d\n", year,i+1,dd,hh,mm,ss exit } ' @@ -179,7 +180,7 @@ rlog='cvs log' repository=`sed 1q -# $Id: rcs2log,v 1.24 1995/06/28 01:47:55 eggert Exp eggert $ +# $Id: rcs2log,v 1.25 1995/07/07 22:47:57 eggert Exp eggert $ # Copyright 1992, 1993, 1994, 1995 Free Software Foundation, Inc. @@ -158,7 +158,8 @@ } } } - printf "%d/%02d/%02d %02d:%02d:%02d\n", year,i+1,dd,hh,mm,ss + # Output comma instead of space to avoid CVS 1.5 bug. + printf "%d/%02d/%02d,%02d:%02d:%02d\n", year,i+1,dd,hh,mm,ss exit } ' @@ -179,7 +180,7 @@ rlog='cvs log' repository=`sed 1q