Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added 'remove' command to remove bugs. Use __desc__ for command help. | W. Trevor King | 2008-11-16 | 1 | -0/+1 |
| | | | | | | | | | | | Using the __desc__ reduces documentation duplication. It's also better than using __doc__, because __doc__ could (should?) be more than one-line long, and we just want a short description to jog our memories in the complete command list. Also moved unique_name from cmdutil.py to names.py to avoid the bug->cmdutil->bugdir->bug cyclic include. | ||||
* | Determine plugin_path from the location of the plugin module, not from argv[0]. | Marien Zwart | 2006-04-05 | 1 | -3/+1 |
| | |||||
* | Various Windows-related bugfixes | Aaron Bentley | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | Added appropriate copyright notices, GPLed. | Aaron Bentley | 2005-05-16 | 1 | -0/+16 |
| | |||||
* | Fixed test cases so they're not machine-specific | Aaron Bentley | 2005-03-20 | 1 | -2/+3 |
| | |||||
* | Added unit testing framework | Aaron Bentley | 2005-03-11 | 1 | -3/+26 |
| | |||||
* | Implemented plugin system for viewing commands | Aaron Bentley | 2005-03-11 | 1 | -0/+25 |