cvs-cvs
[Top][All Lists]
Advanced

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

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


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

Index: ccvs/src/edit.c
diff -u ccvs/src/edit.c:1.88.2.1 ccvs/src/edit.c:1.88.2.2
--- ccvs/src/edit.c:1.88.2.1    Wed Oct 12 02:46:37 2005
+++ ccvs/src/edit.c     Sat Oct 15 01:39:24 2005
@@ -90,8 +90,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 (turning_on ? "watch-on\012" : "watch-off\012", 0);
        return get_responses_and_close ();
@@ -571,8 +570,7 @@
            }
        }
        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 ("edit\012", 0);
        return get_responses_and_close ();
@@ -1222,8 +1220,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 ("editors\012", 0);
        return get_responses_and_close ();




reply via email to

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