New submission from David Roundy <[EMAIL PROTECTED]>: It would be nice to have roundup-darcs integration, so that bugs could be automatically marked as resolved in various branches based on whether a certain patch is present in a certain version.
I'm imagining that we'd add two fields to each issue an "introduced-by" field and a "fixed-by" field, each of which would contain an optional darcs patch hash. The first would be used to determine, for example, that a bug is not present in the stable release, and the second would determine when it gets fixed. Roundup would obviously need to know about a few darcs repositories and how to query them. We could use a darcs posthook to set these fields based on patch comments. Then we'd need some roundup code to display the patch in a nice manner (don't want to display just the hash itself) and perhaps link to the darcs.cgi script. We'd also of course need to add code to change the status of bugs based on the contents of darcs repositories. I don't have time to work on this (although I've obviously been thinking about it) so if there's a python coder and/or roundup user out there in search of a project to work on, this would be wonderful to have. -- David Roundy http://www.darcs.net ---------- messages: 220 nosy: droundy, tommy status: unread title: roundup-darcs integration ____________________________________ Darcs issue tracker <[EMAIL PROTECTED]> <http://bugs.darcs.net/issue58> ____________________________________ _______________________________________________ darcs-devel mailing list [email protected] http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel
