[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1871916 - /subversion/trunk/subversion/svn/log-cmd.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 23 Dec 2019 06:55:49 +0000

danielsh_at_apache.org wrote on Mon, 23 Dec 2019 06:50 +00:00:
> 'svn log': Make the --quiet and --diff options not mutually exclusive.
>
> +++ subversion/trunk/subversion/svn/log-cmd.c Mon Dec 23 06:50:26 2019
> @@ -733,10 +733,6 @@ svn_cl__log(apr_getopt_t *os,
> - 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 anyone knows of a reason to keep --quiet and --diff mutually
exclusive, please speak up. (On users@ this change was determined to be
a good idea, but asking here, too, in case we missed something.)

Cheers,

Daniel
Received on 2019-12-23 07:56:13 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.