From: SourceForge.net <no...@so...> - 2004-01-09 16:19:14
|
Patches item #873861, was opened at 2004-01-09 16:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450021&aid=873861&group_id=47611 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sean Morrison (brlcad) Assigned to: Nobody/Anonymous (nobody) Summary: Add option to only report commits to the CVS HEAD Initial Comment: A group I work with had a particular need to ignore commits to CVS branches. So, I modified our (apparently older) version of syncmail and added the ability to do just that. It was a quick hack that I'm sure can be improved, as it relies on a format assumption of the CVS version string. Probably using a regexp is a bit much, just to count commas and periods, but my python mojo is not up to par with my other languages. A small unified diff format patch is attached. Cheers! Sean ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=450021&aid=873861&group_id=47611 |