aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/show.py
Commit message (Expand)AuthorAgeFilesLines
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-231-1/+1
* `be show` now supports showing multiple bugs with a single call.W. Trevor King2008-11-231-6/+4
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-15/+24
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-161-2/+3
* Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string().W. Trevor King2008-11-151-1/+1
* becommands/show.py gives more specific bug information.W. Trevor King2008-11-151-6/+0
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-141-2/+3
* Merge help updatesAaron Bentley2006-04-031-1/+13
|\
| * added help to 'show'.Thomas Gerigk2006-04-031-1/+14
* | Added reply handling to commentsAaron Bentley2006-04-031-5/+8
|/
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
* Updated comment formattingAaron Bentley2005-03-231-3/+3
* Added comment support to show, added comment commandAaron Bentley2005-03-231-0/+5
* Added datestamps to bugsAaron Bentley2005-03-231-3/+9
* Used cmdutil tree_root wrapper to avoid tracebacks on wrong treeAaron Bentley2005-03-181-1/+1
* Implemented plugin system for viewing commandsAaron Bentley2005-03-111-0/+1
* Modularized commands into filesAaron Bentley2005-03-111-0/+9