Source-Changes-HG archive

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

[src/trunk]: src/external/gpl2/xcvs/dist/src in new format strings, formats a...



details:   https://anonhg.NetBSD.org/src/rev/5b1c58122a86
branches:  trunk
changeset: 777895:5b1c58122a86
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 08 20:46:35 2012 +0000

description:
in new format strings, formats are actually checked, so put tag commands in.

diffstat:

 external/gpl2/xcvs/dist/src/logmsg.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r b23b484a23a5 -r 5b1c58122a86 external/gpl2/xcvs/dist/src/logmsg.c
--- a/external/gpl2/xcvs/dist/src/logmsg.c      Thu Mar 08 20:46:08 2012 +0000
+++ b/external/gpl2/xcvs/dist/src/logmsg.c      Thu Mar 08 20:46:35 2012 +0000
@@ -808,7 +808,7 @@
 #endif /* SERVER_SUPPORT */
                              "p", "s", srepos,
                              "r", "s", current_parsed_root->directory,
-                             "sVv", ",", changes,
+                             "sVvTt", ",", changes,
                              logmsg_list_to_args_proc, (void *) NULL,
                              (char *) NULL);
     if (!cmdline || !strlen (cmdline))
@@ -933,7 +933,7 @@
                                        "r", "s",
                                        current_parsed_root->directory,
                                        "l", "s", vpd->fname,
-                                      "sV", ",", vpd->changes,
+                                      "sVTt", ",", vpd->changes,
                                       logmsg_list_to_args_proc, (void *) NULL,
                                       (char *) NULL);
 



Home | Main Index | Thread Index | Old Index