aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/names.py
Commit message (Collapse)AuthorAgeFilesLines
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-161-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 Belchenko2006-08-111-2/+10
| | | | module and adapt it to win32
* Added creator patch from BelchenkoAaron Bentley2006-01-301-1/+6
|
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
|
* Removed friendly bug nameAaron Bentley2005-03-111-14/+0
|
* Fixed logic bug assigning pretty namesAaron Bentley2005-03-091-1/+1
|
* Added ability to create, close, open bugsAaron Bentley2005-03-091-0/+22