Julian Foad wrote on Wed, Jun 12, 2013 at 16:29:52 +0100: > More generally, how many features of "svn log" do we want "svn mergeinfo > --log" to support? > > --diff? > --quiet? > --verbose? > --search? > > Can we think of a way of enabling these kinds of options, that doesn't > involve expanding the 'svn mergeinfo' command to encompass all of the 'svn > log' and 'svn diff' options? Some middle ground between that and leaving it > up to the user to script it?
Yes. We can do 'svn mergeinfo --x-log "--diff --quiet --verbose"' using the same code that parses the argument to 'svn diff -x=...'.