Jason Dagit writes: > It would be nice to have the equivalent of threading or bug tracking > for patches.
Python uses Roundup for this purpose. It's conceived as an issue tracker, one database for feature requests, bugs, and patches. AFAIK they have no special issue class for patches (XEmacs's Roundup is based on Python's but they diverged about 6 months ago so my news is not that fresh here). http://bugs.python.org/issue3081 is an example patch issue. I'm sure you can figure out how to browse bugs etc from there. :-) _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
