cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/src/commit.c [signed-commits2]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/commit.c [signed-commits2]
Date: Wed, 30 Nov 2005 20:59:41 -0500

Index: ccvs/src/commit.c
diff -u ccvs/src/commit.c:1.255.4.4 ccvs/src/commit.c:1.255.4.5
--- ccvs/src/commit.c:1.255.4.4 Tue Nov 29 23:44:19 2005
+++ ccvs/src/commit.c   Thu Dec  1 01:59:39 2005
@@ -2124,7 +2124,9 @@
            /* We tell the user about this, because it means that the
               old revisions will no longer retrieve the way that they
               used to.  */
-           error (0, 0, "changing keyword expansion mode to %s", options);
+           error (0, 0,
+"changing keyword expansion mode of `%s' from `-k%s' to `%s'",
+                  file, oldexpand ? oldexpand : "kv", options);
            RCS_setexpand (rcs, options + 2);
        }
 




reply via email to

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