DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27509>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27509

new cvschangelog features: revisions given in the comma-separated list

           Summary: new cvschangelog features: revisions given in the comma-
                    separated list
           Product: Ant
           Version: 1.6.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have not found any opportunity to list the cvs-tags according to their names. 
I made such a version of cvschangelog, which includes this modification and two 
other opportunities.
The new variables:
        /** Print information about revisions given in the comma-separated list 
revisions of revisions and ranges.  */
        private String m_revisions;

        /** Print the list of tags for this file  */
        private boolean m_taglist = true;

        /** Suppress the header if no revisions are selected */
        private boolean m_noheader = true;

        /** Print information about revisions whose state attributes match one 
of the states given in the comma-separated list states. */
        private String m_states;

I have not found any opportunities to attach any files. I made the good-working 
version. If you are interested to this changes, please write me how to send.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to