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

Diff of /ccvs/src/logmsg.c

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

revision 1.98 by dprice, Tue Aug 30 01:55:19 2005 UTC revision 1.99 by scjones, Fri Sep 2 21:51:08 2005 UTC
# Line 202  do_editor (const char *dir, char **messa Line 202  do_editor (const char *dir, char **messa
202      struct stat pre_stbuf, post_stbuf;      struct stat pre_stbuf, post_stbuf;
203      int retcode = 0;      int retcode = 0;
204    
 #ifdef CLIENT_SUPPORT  
205      assert (!current_parsed_root->isremote != !repository);      assert (!current_parsed_root->isremote != !repository);
 #else  
     assert (repository);  
 #endif  
206    
207      if (noexec || reuse_log_message)      if (noexec || reuse_log_message)
208          return;          return;
# Line 408  do_verify (char **messagep, const char * Line 404  do_verify (char **messagep, const char *
404      struct verifymsg_proc_data data;      struct verifymsg_proc_data data;
405      struct stat post_stbuf;      struct stat post_stbuf;
406    
 #ifdef CLIENT_SUPPORT  
407      if (current_parsed_root->isremote)      if (current_parsed_root->isremote)
408          /* The verification will happen on the server.  */          /* The verification will happen on the server.  */
409          return;          return;
 #endif  
410    
411      /* FIXME? Do we really want to skip this on noexec?  What do we do      /* FIXME? Do we really want to skip this on noexec?  What do we do
412         for the other administrative files?  */         for the other administrative files?  */

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

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