aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/list.py
Commit message (Expand)AuthorAgeFilesLines
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-311-1/+2
* Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-161-6/+8
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Altered be-xml-to-mbox to work with non-ASCII input.W. Trevor King2009-07-121-1/+2
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-111-1/+0
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+4
* Added regexp matching to `be list --extra-strings'W. Trevor King2009-06-251-4/+8
* Added -e/--extra-strings option to `be list`W. Trevor King2009-06-251-4/+12
* Added `be list --sort *` for user-selectable sorting.W. Trevor King2009-06-221-2/+20
* Added --xml option to becommands/list.pyW. Trevor King2009-06-211-6/+13
* Adjusted becommands/list.py to use current bug severities levels.W. Trevor King2008-12-041-21/+19
* Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-271-10/+12
* Merged --commands and --options into --complete. Simpler that way.W. Trevor King2008-11-271-2/+2
* Basic bash completion is now supported.W. Trevor King2008-11-271-1/+13
* Added -a/n/m/r to becommands/diff.py.W. Trevor King2008-11-251-1/+1
* added -u/uuids option to becommands/listW. Trevor King2008-11-251-7/+20
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-6/+5
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-231-2/+3
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-8/+18
* names.creator() replaced by rcs.get_user_id().W. Trevor King2008-11-191-2/+2
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-2/+3
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-161-0/+2
* Fixed '-' parsing bug for list --assigned option.W. Trevor King2008-11-151-1/+1
* Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string().W. Trevor King2008-11-151-2/+1
* Generalized becommands/list.py to allow more specific bug searches.W. Trevor King2008-11-151-71/+120
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-141-5/+4
* Remove blank lines from `be list' outputW. Trevor King2008-11-141-1/+1
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
* Fixed styleAaron Bentley2005-04-221-1/+2
* Merge (Oleg Romanyshyn)Aaron Bentley2005-04-221-1/+1
|\
| * Changed layout of the displaying bugs (list and show commands)Oleg Romanyshyn2005-04-221-1/+1
* | Sorted bugs by date before severity sortAaron Bentley2005-04-071-0/+3
|/
* Moved FileString and get_file() into utility.pyAaron Bentley2005-03-231-4/+1
* Added options to list commandAaron Bentley2005-03-221-1/+39
* Stopped showing targets under target-specific headingsAaron Bentley2005-03-211-5/+7
* Fixed double-listing of tree bugs when target is NoneAaron Bentley2005-03-211-9/+10
* Implemented current target settingAaron Bentley2005-03-191-1/+23
* Implemented sorting by severity levelAaron Bentley2005-03-181-0/+1
* Used cmdutil tree_root wrapper to avoid tracebacks on wrong treeAaron Bentley2005-03-181-1/+1
* Organized list by who the bugs are assigned toAaron Bentley2005-03-181-2/+22
* Implemented plugin system for viewing commandsAaron Bentley2005-03-111-0/+1
* Modularized commands into filesAaron Bentley2005-03-111-0/+18