aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/show.py
Commit message (Expand)AuthorAgeFilesLines
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-311-1/+2
* Merged interactive email interfaceW. Trevor King2009-07-291-4/+5
|\
| * Merged assorted changes from be.wtk-rr for BugDir.extra_strings.W. Trevor King2009-07-211-9/+16
| |\
| * | Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-161-4/+5
* | | Added clean messages on bug_from_shortname failure.W. Trevor King2009-07-291-1/+1
| |/ |/|
* | Added "--no-comments" to "be show".W. Trevor King2009-07-211-9/+16
|/
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Added be-mbox-to-xml.W. Trevor King2009-07-121-0/+2
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-111-1/+0
* Added "be show --only-raw-body COMMENT-ID".W. Trevor King2009-07-061-1/+7
* Added ability to show individual comments with "be show".W. Trevor King2009-07-061-10/+30
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+5
* Merged be-xml-to-mboxW. Trevor King2009-06-221-4/+1
|\
| * Escape XML strings.W. Trevor King2009-06-221-6/+3
* | Replaced some doctest output with ellipses.W. Trevor King2009-06-211-4/+4
|/
* Merged Thomas Habets 2009-01-07 XML output for "be show".W. Trevor King2009-06-191-4/+22
|\
| * XML output for "be show"Thomas Habets2009-01-071-2/+7
* | Added per-tree configurable severities.W. Trevor King2008-12-041-0/+1
* | Added bugid_args option to cmdutil.default_complete.W. Trevor King2008-11-271-1/+2
* | Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-271-1/+3
* | added -u/uuids option to becommands/listW. Trevor King2008-11-251-0/+2
* | Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-5/+5
* | Hack to fixe encoding bug in becommands/showW. Trevor King2008-11-241-1/+1
|/
* Tweaked usage strings to increase consistency. Also added README.dev.W. Trevor King2008-11-241-1/+1
* 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