bug-cvs
[Top][All Lists]
Advanced

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

rdiff -s


From: Paul Edwards
Subject: rdiff -s
Date: Sat, 12 Jul 2003 18:02:05 GMT

Do you think the following change would be useful so that
awk can be used to get the word removed/added/changed
in a fixed position?

Or alternatively drop the word "is" from the removed/added
line?

BFN.  Paul.


Index: patch.c
===================================================================
RCS file: /cvs/ccvs/src/patch.c,v
retrieving revision 1.80.4.3
diff -c -r1.80.4.3 patch.c
*** patch.c 23 Jun 2003 17:48:23 -0000 1.80.4.3
--- patch.c 12 Jul 2003 17:57:05 -0000
***************
*** 586,592 ****
       {
    cvs_output( "File ", 0 );
    cvs_output( finfo->fullname, 0 );
!   cvs_output( " changed from revision ", 0 );
    cvs_output( vers_tag, 0 );
    cvs_output( " to ", 0 );
    cvs_output( vers_head, 0 );
--- 586,592 ----
       {
    cvs_output( "File ", 0 );
    cvs_output( finfo->fullname, 0 );
!   cvs_output( " has changed from revision ", 0 );
    cvs_output( vers_tag, 0 );
    cvs_output( " to ", 0 );
    cvs_output( vers_head, 0 );




reply via email to

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