[ On Tuesday, January 8, 2002 at 13:00:19 (-0500), Larry Jones wrote: ]
> Subject: Re: request for log option to specifically exclude the first tag, 
>workaround for cvs log -r -r
>
> Matthew Herrmann writes:
> > 
> > since it would be used pretty commonly -- shame -rTAG1::TAG2 doesn't do what
> > people would expect it to do.
> 
> Would anyone object to changing it so that it does revisions after TAG1
> and not after TAG2 rather than after TAG1 and before TAG2 (e.g.,
> currently it is exclusive of both TAG1 and TAG2, the change would be to
> make it inclusive for just TAG2)?

That sounds much more logical.

The goal is to produce a change log for a "release".  The changes to be
described are only those those after TAG1, up to, and including, any for
TAG2, iff TAG2 is on a different revision from(after) TAG1.  I.e. do not
print the log entry for TAG2 if it's on the same revision as TAG1.

The analogy is with the "cvs diff/patch/rdiff" commands where deltas are
only displayed if there is a difference to be displayed.

-- 
                                                                Greg A. Woods

+1 416 218-0098;  <[EMAIL PROTECTED]>;  <[EMAIL PROTECTED]>;  <[EMAIL PROTECTED]>
Planix, Inc. <[EMAIL PROTECTED]>; VE3TCP; Secrets of the Weird <[EMAIL PROTECTED]>

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to