cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/src ChangeLog sanity.sh


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/src ChangeLog sanity.sh
Date: Wed, 12 Sep 2007 19:20:26 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     07/09/12 19:20:26

Modified files:
        src            : ChangeLog sanity.sh 

Log message:
        * sanity.sh (edit-check): Update to compensate for quoting introduce
        by last commit.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/ChangeLog?cvsroot=cvs&r1=1.3542&r2=1.3543
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/sanity.sh?cvsroot=cvs&r1=1.1189&r2=1.1190

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/ChangeLog,v
retrieving revision 1.3542
retrieving revision 1.3543
diff -u -b -r1.3542 -r1.3543
--- ChangeLog   12 Sep 2007 19:14:26 -0000      1.3542
+++ ChangeLog   12 Sep 2007 19:20:25 -0000      1.3543
@@ -1,5 +1,8 @@
 2007-09-12  Derek Price  <address@hidden>
 
+       * sanity.sh (edit-check): Update to compensate for quoting introduce
+       by last commit.
+
        * commit.c: Misc cleanup.  Use GNULIB's quote(), if not consistently.
        * edit.c: Alphabetize includes.
        * recurse.c (start_recursion): Use new enum lock_type and make

Index: sanity.sh
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/sanity.sh,v
retrieving revision 1.1189
retrieving revision 1.1190
diff -u -b -r1.1189 -r1.1190
--- sanity.sh   12 Sep 2007 15:16:54 -0000      1.1189
+++ sanity.sh   12 Sep 2007 19:20:25 -0000      1.1190
@@ -18192,7 +18192,7 @@
           chmod u+w file1
           echo "morebar" > file1
           dotest_fail edit-check-13a "$testcvs commit -m 'c3' -c file1" \
-"$SPROG [a-z]*: Valid edit does not exist for file1
+"$SPROG [a-z]*: Valid edit does not exist for \`file1'
 $SPROG \[[a-z]* aborted\]: correct above errors first!"
           dotest edit-check-13b "$testcvs editors file1"
 
@@ -18305,7 +18305,7 @@
           echo "unofficial change" >file1
 
           dotest_fail edit-check-28a "$testcvs -q commit -mmsg -c" \
-"$SPROG commit: Valid edit does not exist for file1
+"$SPROG commit: Valid edit does not exist for \`file1'
 $SPROG \[commit aborted\]: correct above errors first!"
           dotest edit-check-28b "$testcvs editors" "$O_editorsLineRE"
 




reply via email to

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