/[cvs]/ccvs/src/tag.c
ViewVC logotype

Diff of /ccvs/src/tag.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.142 by scjones, Fri Sep 2 21:51:09 2005 UTC revision 1.142.2.1 by dprice, Wed Oct 12 02:46:38 2005 UTC
# Line 240  cvstag (int argc, char **argv) Line 240  cvstag (int argc, char **argv)
240          {          {
241              send_files (argc, argv, local, 0,              send_files (argc, argv, local, 0,
242    
243                      /* I think the -c case is like "cvs status", in                          /* I think the -c case is like "cvs status", in
244                         which we really better be correct rather than                           * which we really better be correct rather than
245                         being fast; it is just too confusing otherwise.  */                           * being fast; it is just too confusing otherwise.
246                          check_uptodate ? 0 : SEND_NO_CONTENTS);                           */
247                            check_uptodate ? 0 : SEND_NO_CONTENTS,
248                            SIGN_NEVER, NULL, NULL);
249              send_file_names (argc, argv, SEND_EXPAND_WILD);              send_file_names (argc, argv, SEND_EXPAND_WILD);
250              send_to_server ("tag\012", 0);              send_to_server ("tag\012", 0);
251          }          }

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.142.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26