aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Reworked test.py to handle deeper directory structureW. Trevor King2009-12-081-75/+0
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-2/+6
* Remove _test() functions from plugin.py and cmdutil.py.W. Trevor King2009-12-031-7/+0
* Ran the new update_copyright.pyW. Trevor King2009-11-191-0/+1
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-0/+6
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-111-1/+0
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+3
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-0/+2
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-0/+4
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-161-0/+1
* Determine plugin_path from the location of the plugin module, not from argv[0].Marien Zwart2006-04-051-3/+1
* Various Windows-related bugfixesAaron Bentley2005-12-221-1/+1
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
* Fixed test cases so they're not machine-specificAaron Bentley2005-03-201-2/+3
* Added unit testing frameworkAaron Bentley2005-03-111-3/+26
* Implemented plugin system for viewing commandsAaron Bentley2005-03-111-0/+25