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/+18 |
| | | | | | | | | | | | 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. | ||||
* | don't use std. commands module 'cause it's Linux-only. Grab code from this ↵ | Alexander Belchenko | 2006-08-11 | 1 | -2/+10 |
| | | | | module and adapt it to win32 | ||||
* | Added creator patch from Belchenko | Aaron Bentley | 2006-01-30 | 1 | -1/+6 |
| | |||||
* | Added appropriate copyright notices, GPLed. | Aaron Bentley | 2005-05-16 | 1 | -0/+16 |
| | |||||
* | Removed friendly bug name | Aaron Bentley | 2005-03-11 | 1 | -14/+0 |
| | |||||
* | Fixed logic bug assigning pretty names | Aaron Bentley | 2005-03-09 | 1 | -1/+1 |
| | |||||
* | Added ability to create, close, open bugs | Aaron Bentley | 2005-03-09 | 1 | -0/+22 |