aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/status.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-7/+9
|\
| * Merged assorted changes from be.wtk-rr for BugDir.extra_strings.W. Trevor King2009-07-211-1/+0
| |\
| * | Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-161-7/+9
* | | Added clean messages on bug_from_shortname failure.W. Trevor King2009-07-291-1/+1
| |/ |/|
* | Cleaned up saving/sync_with_disk.W. Trevor King2009-07-211-1/+0
|/
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Updating "be set --help" and "be status --help".W. Trevor King2009-07-111-12/+27
* 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/+1
* becommands/severity and status now handle --complete appropriately.W. Trevor King2008-12-041-5/+26
* Per-tree status levels working.W. Trevor King2008-12-041-11/+14
* 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 libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-9/+8
* 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
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-8/+7
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-3/+2
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-141-0/+75