|
From: Jeff S. <jsq...@us...> - 2002-10-27 13:51:21
|
jsquyres 02/10/27 05:51:20
Modified: . log_accum.pl
Log:
Gimme context diffs, not unified diffs.
Revision Changes Path
1.3 +1 -1 CVSROOT/log_accum.pl
Index: log_accum.pl
===================================================================
RCS file: /cvsroot/maildb/CVSROOT/log_accum.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- log_accum.pl 27 Oct 2002 00:28:16 -0000 1.2
+++ log_accum.pl 27 Oct 2002 13:51:20 -0000 1.3
@@ -273,7 +273,7 @@
. "=================================\n";
}
else {
- open(DIFF, "-|") || exec 'cvs', '-Qn', 'diff', '-u',
+ open(DIFF, "-|") || exec 'cvs', '-Qn', 'diff', '-c',
"-r$prev_rev", "-r$rev", $file;
}
|