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

Diff of /ccvs/src/update.c

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

revision 1.256 by dprice, Fri Sep 23 03:19:24 2005 UTC revision 1.256.2.1 by dprice, Wed Oct 12 02:46:38 2005 UTC
# Line 321  update (int argc, char **argv) Line 321  update (int argc, char **argv)
321                  /* If noexec, probably could be setting SEND_NO_CONTENTS.                  /* If noexec, probably could be setting SEND_NO_CONTENTS.
322                     Same caveats as for "cvs status" apply.  */                     Same caveats as for "cvs status" apply.  */
323    
324                  send_files (argc, argv, local, aflag, flags);                  send_files (argc, argv, local, aflag, flags, SIGN_NEVER, NULL,
325                                NULL);
326                  send_file_names (argc, argv, SEND_EXPAND_WILD);                  send_file_names (argc, argv, SEND_EXPAND_WILD);
327              }              }
328              else              else
# Line 345  update (int argc, char **argv) Line 346  update (int argc, char **argv)
346                          error (0, errno, "cannot remove %s",                          error (0, errno, "cannot remove %s",
347                                 failed_patches[i]);                                 failed_patches[i]);
348                  send_files (failed_patches_count, failed_patches, local,                  send_files (failed_patches_count, failed_patches, local,
349                              aflag, update_build_dirs ? SEND_BUILD_DIRS : 0);                              aflag, update_build_dirs ? SEND_BUILD_DIRS : 0,
350                                SIGN_NEVER, NULL, NULL);
351                  send_file_names (failed_patches_count, failed_patches, 0);                  send_file_names (failed_patches_count, failed_patches, 0);
352                  free_names (&failed_patches_count, failed_patches);                  free_names (&failed_patches_count, failed_patches);
353              }              }

Legend:
Removed from v.1.256  
changed lines
  Added in v.1.256.2.1

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