cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/src/watch.c [signed-commits]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/watch.c [signed-commits]
Date: Fri, 14 Oct 2005 21:39:42 -0400

Index: ccvs/src/watch.c
diff -u ccvs/src/watch.c:1.45.2.1 ccvs/src/watch.c:1.45.2.2
--- ccvs/src/watch.c:1.45.2.1   Wed Oct 12 02:46:38 2005
+++ ccvs/src/watch.c    Sat Oct 15 01:39:26 2005
@@ -352,8 +352,7 @@
        if (!the_args.edit && !the_args.unedit && !the_args.commit)
            option_with_arg ("-a", "none");
        send_arg ("--");
-       send_files (argc, argv, the_args.local, 0, SEND_NO_CONTENTS,
-                   SIGN_NEVER, NULL, NULL);
+       send_files (argc, argv, the_args.local, 0, SEND_NO_CONTENTS);
        send_file_names (argc, argv, SEND_EXPAND_WILD);
        send_to_server (the_args.adding ?
                         "watch-add\012" : "watch-remove\012",
@@ -528,8 +527,7 @@
        if (local)
            send_arg ("-l");
        send_arg ("--");
-       send_files (argc, argv, local, 0, SEND_NO_CONTENTS, SIGN_NEVER, NULL,
-                   NULL);
+       send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
        send_file_names (argc, argv, SEND_EXPAND_WILD);
        send_to_server ("watchers\012", 0);
        return get_responses_and_close ();




reply via email to

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