aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/set_root.py
Commit message (Collapse)AuthorAgeFilesLines
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-161-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.
* Prevented RCS name being displayed when erroringAaron Bentley2005-05-181-6/+5
|
* Added tests for double-initAaron Bentley2005-05-181-2/+10
|
* Added inline help to set-root commandAaron Bentley2005-05-181-1/+20
|
* Better errors for bad bug rootsAaron Bentley2005-05-181-1/+7
|
* Normalized paths before use in rel_filenameAaron Bentley2005-05-181-1/+3
|
* Ensured .be is source for Arch (closes 381)Aaron Bentley2005-05-181-1/+1
| | | | | | | Modified bug reports: 381: Ensure .be is source in Arch status: open -> closed
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
|
* Added tests for set-rootAaron Bentley2005-03-241-0/+21
|
* Added RCS configuration.Aaron Bentley2005-03-191-2/+8
|
* Implemented plugin system for viewing commandsAaron Bentley2005-03-111-0/+1
|
* Modularized commands into filesAaron Bentley2005-03-111-0/+6