aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/subscribe.py
Commit message (Expand)AuthorAgeFilesLines
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-360/+0
* be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.W. Trevor King2009-12-071-2/+4
* More 'DIR'->diff.BUGDIR_ID updatesW. Trevor King2009-12-051-6/+6
* Added subscriptions option to diff.Diff.report_tree().W. Trevor King2009-12-051-2/+3
* Moved subscription types from becommands/subscribe.py to libbe/diff.py.W. Trevor King2009-12-051-69/+36
* Added restrict_file_access to becommands' execute() args.W. Trevor King2009-11-211-1/+1
* Fixed invalid TAG error in becommands.subscribe.get_subscribers()W. Trevor King2009-09-261-0/+2
* Added -a and -l options to be subscribe.W. Trevor King2009-09-261-11/+29
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-311-2/+4
* Added Tree types and get_bugdir_subscribers to becommands/subscribe.py.W. Trevor King2009-07-231-83/+214
* Added becommands/subscribe.py to manage subscription list.W. Trevor King2009-07-221-0/+237