/[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.2.1 by dprice, Wed Oct 12 02:46:38 2005 UTC revision 1.256.2.2 by dprice, Sat Oct 15 01:39:26 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, SIGN_NEVER, NULL,                  send_files (argc, argv, local, aflag, flags);
                             NULL);  
325                  send_file_names (argc, argv, SEND_EXPAND_WILD);                  send_file_names (argc, argv, SEND_EXPAND_WILD);
326              }              }
327              else              else
# Line 346  update (int argc, char **argv) Line 345  update (int argc, char **argv)
345                          error (0, errno, "cannot remove %s",                          error (0, errno, "cannot remove %s",
346                                 failed_patches[i]);                                 failed_patches[i]);
347                  send_files (failed_patches_count, failed_patches, local,                  send_files (failed_patches_count, failed_patches, local,
348                              aflag, update_build_dirs ? SEND_BUILD_DIRS : 0,                              aflag, update_build_dirs ? SEND_BUILD_DIRS : 0);
                             SIGN_NEVER, NULL, NULL);  
349                  send_file_names (failed_patches_count, failed_patches, 0);                  send_file_names (failed_patches_count, failed_patches, 0);
350                  free_names (&failed_patches_count, failed_patches);                  free_names (&failed_patches_count, failed_patches);
351              }              }

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

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