Re: Noob script needs some input: CVS PatchMaker

2006-06-19 Thread Holger
John Machin wrote: > > Any feedback on what would be "the pythonic way" to do this would be > > much appreciated! --snip-- > > IMHO that flight of geese heading equatorwards for winter is not Xic for > any language X. Compare with: He he, good point. > 2nd comment: Make a habit of NOT using the

Re: Noob script needs some input: CVS PatchMaker

2006-06-16 Thread John Machin
On 16/06/2006 7:28 PM, Holger wrote: > Well, that was an excellent opportunity to get some python practice, so > below is my first shot at the problem. > > Any feedback on what would be "the pythonic way" to do this would be > much appreciated! > > #!/usr/bin/env python > # Copyright 2006 Holger

Noob script needs some input: CVS PatchMaker

2006-06-16 Thread Holger
I needed a tool for extracting patches from CVS based on the log messages. I.e. we mark our fixes and features with a "Bugdb XYZ" And sometimes you need to move a fix/feature to another branch or maybe you just want to inspect exactly what changes were related to a specific bugdb issue. Now I've s