Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Tue, 3 Feb 2004 23:39:26 +0100, "Oliver Giesen" <ogware at gmx.net> wrote: >AFAICT what happens now is that the result sets of the individual -r options >(possibly -d as well?) are combined in the manner of a union. Would it be >possible to (optionally of course) present the intersection of the >individual result sets instead? IOW: Where now Log returns all >files/revisions that match /any/ of the filter criteria, I'd like to have an >option to get only those files/revisions that match *all* of them. Feasible? > IIRC What it does it create multiple rlog result sets and iterate through them. Creating an intersection isn't really practical with the current code (I was surprised multiple -r options worked too.. multiple -d is more what I expected). It's one for the wishlist though if I get time. Tony