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
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
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