akosut 97/07/21 16:20:02
Modified: . log_accum.pl
Log:
Change context diff to unified diff in commit log email.
Reviewed by: Dean Gaudet, Jim Jagielski, , Brian Behlendorf, Ben Laurie
Revision Changes Path
1.29 +1 -1 CVSROOT/log_accum.pl
Index: log_accum.pl
===================================================================
RCS file: /export/home/cvs/CVSROOT/log_accum.pl,v
retrieving revision 1.28
retrieving revision 1.29
diff -c -C3 -r1.28 -r1.29
*** log_accum.pl 1997/06/26 21:15:10 1.28
--- log_accum.pl 1997/07/21 23:20:00 1.29
***************
*** 222,228 ****
. "=================================\n";
}
else {
! open(DIFF, "-|") || exec 'cvs', '-Qn', 'diff', '-C3',
"-r$prev_rev", "-r$rev", $file;
}
--- 222,228 ----
. "=================================\n";
}
else {
! open(DIFF, "-|") || exec 'cvs', '-Qn', 'diff', '-U3',
"-r$prev_rev", "-r$rev", $file;
}