Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved unittest cleanup by adding BugDir.cleanup(). | W. Trevor King | 2009-07-31 | 1 | -2/+4 |
| | | | | | | | | Also simple_bug_dir -> SimpleBugDir class, which allows me to add utility.Dir cleanup to SimpleBugDir.cleanup(). Still having a bit of trouble with the becommand.new tests due to bugdir loading though... | ||||
* | Added Tree types and get_bugdir_subscribers to becommands/subscribe.py. | W. Trevor King | 2009-07-23 | 1 | -83/+214 |
| | | | | | | | | | | | | | | The Tree subclass SubscriptionType may be a few more lines to setup, but they should be really easy to extend and will automatically keep the longhelp and type handling in sync. An example extension for bugdir types would be all -> assigned -> <user> to subscribe only to bugs being assigned to the specified user. You'd have to loosen the currently strict InvalidType checking to make that work, but the current type-tree handling would be up to the task. Also a bit of reorganizing to hide the private functions. | ||||
* | Added becommands/subscribe.py to manage subscription list. | W. Trevor King | 2009-07-22 | 1 | -0/+237 |