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/+2 |
| | | | | | | | | | | | 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. | ||||
* | Friendlier error message on "inprogress" or "open" with no arguments. | Marien Zwart | 2006-04-05 | 1 | -1/+2 |
| | |||||
* | unbreak some tests. | Marien Zwart | 2006-04-05 | 1 | -1/+1 |
| | |||||
* | added help to 'open'. | Thomas Gerigk | 2006-04-03 | 1 | -0/+12 |
| | | | | (errhh... what is the status of a new bug?) | ||||
* | Fixed test suite for the unicode switch | Aaron Bentley | 2006-04-01 | 1 | -2/+2 |
| | |||||
* | Added appropriate copyright notices, GPLed. | Aaron Bentley | 2005-05-16 | 1 | -0/+16 |
| | |||||
* | Copied test to close command | Aaron Bentley | 2005-03-24 | 1 | -0/+12 |
| | |||||
* | Switched tree format to mapfile-based | Aaron Bentley | 2005-03-17 | 1 | -0/+1 |
| | |||||
* | Initial implementation of saving to mapfile | Aaron Bentley | 2005-03-14 | 1 | -1/+2 |
| | |||||
* | Implemented plugin system for viewing commands | Aaron Bentley | 2005-03-11 | 1 | -0/+1 |
| | |||||
* | Modularized commands into files | Aaron Bentley | 2005-03-11 | 1 | -0/+4 |