/[Apache-SVN]/subversion/trunk/subversion/svn/log-cmd.c
ViewVC logotype

Diff of /subversion/trunk/subversion/svn/log-cmd.c

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

--- subversion/trunk/subversion/svn/log-cmd.c	2019/12/23 05:40:51	1871915
+++ subversion/trunk/subversion/svn/log-cmd.c	2019/12/23 06:50:26	1871916
@@ -733,10 +733,6 @@ svn_cl__log(apr_getopt_t *os,
                                   "XML mode"));
     }
 
-  if (opt_state->quiet && opt_state->show_diff)
-    return svn_error_create(SVN_ERR_CL_ARG_PARSING_ERROR, NULL,
-                            _("'quiet' and 'diff' options are "
-                              "mutually exclusive"));
   if (opt_state->diff.diff_cmd && (! opt_state->show_diff))
     return svn_error_create(SVN_ERR_CL_ARG_PARSING_ERROR, NULL,
                             _("'diff-cmd' option requires 'diff' "

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26