aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/help.py
Commit message (Expand)AuthorAgeFilesLines
* Merged with Trevor's -rr branchGianluca Montecchi2009-10-021-2/+4
* Merged with head branchGianluca Montecchi2009-10-011-12/+11
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+3
* Completion support added to becommands/helpW. Trevor King2008-11-271-1/+10
* Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-271-1/+4
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-5/+10
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-1/+1
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-161-1/+2
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-141-1/+1
* Fix help printing (Lee Braiden)Aaron Bentley2006-04-171-1/+2
* Merge both linesAaron Bentley2006-04-041-1/+5
|\
| * Catch AttributeError when a command has no help() def'd.Thomas Gerigk2006-04-031-1/+5
* | Refactored the command listingAaron Bentley2006-04-011-2/+1
|/
* Patch from Thomas Gerigk to add a 'help' commandAaron Bentley2006-04-011-0/+43