aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
Commit message (Expand)AuthorAgeFilesLines
* Added per-tree default assignee option.W. Trevor King2008-12-041-0/+6
* becommands/severity and status now handle --complete appropriately.W. Trevor King2008-12-042-7/+51
* Per-tree status levels working.W. Trevor King2008-12-042-13/+16
* Adjusted becommands/list.py to use current bug severities levels.W. Trevor King2008-12-041-21/+19
* Per-tree settings now passed into bug module.W. Trevor King2008-12-041-12/+13
* Added per-tree configurable severities.W. Trevor King2008-12-043-4/+7
* Added support for bug reporter field.W. Trevor King2008-12-021-0/+6
* Added auto-completion for becommands/set property names.W. Trevor King2008-12-021-1/+13
* Converted Comment to the settings_object system.W. Trevor King2008-12-021-6/+6
* Bug moved to the settings_object system.W. Trevor King2008-12-023-7/+7
* Added decorator-style properties to bugdir. Created settings_object module.W. Trevor King2008-12-021-11/+20
* Optimized bug loading from becommands/comment with partial-uuid matching.W. Trevor King2008-11-271-2/+10
* Added becommands/comment completion.W. Trevor King2008-11-271-1/+26
* Completion support added to becommands/helpW. Trevor King2008-11-271-1/+10
* Added bugid_args option to cmdutil.default_complete.W. Trevor King2008-11-279-9/+20
* Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-2716-25/+58
* 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
* Fixed typo in becommands/comment help string.W. Trevor King2008-11-271-1/+1
* Added -a/n/m/r to becommands/diff.py.W. Trevor King2008-11-252-4/+34
* added -u/uuids option to becommands/listW. Trevor King2008-11-252-7/+22
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-2516-139/+131
* Hack to fixe encoding bug in becommands/showW. Trevor King2008-11-242-1/+2
* Added becommands/merge to join duplicate bugs.W. Trevor King2008-11-241-0/+157
* Adjusted becommands/set to handle user_id properly.W. Trevor King2008-11-241-1/+3
* Added invalid-value checking to becommands/set.py.W. Trevor King2008-11-241-0/+10
* Tweaked usage strings to increase consistency. Also added README.dev.W. Trevor King2008-11-2410-12/+12
* Fixed broken doctest and inconsitent indentation from not wrapping comments.W. Trevor King2008-11-241-15/+0
* libbe/diff.diff() was missing newly created bugs. Fixed.W. Trevor King2008-11-231-1/+2
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-2314-28/+35
* `be show` now supports showing multiple bugs with a single call.W. Trevor King2008-11-231-6/+4
* Added archive/project init code for `./test_usage.sh arch`.W. Trevor King2008-11-231-0/+1
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-2117-286/+258
* names.creator() replaced by rcs.get_user_id().W. Trevor King2008-11-191-2/+2
* Merged bug.new_comment into bug.Bug.new_comment.W. Trevor King2008-11-191-2/+1
* Moved bug.new_bug code into bugdir.BugDir.new_bug.W. Trevor King2008-11-191-2/+1
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-1813-58/+55
* Oops, I'd forgotten to tell bzr about my becommands/remove.py.W. Trevor King2008-11-161-0/+58
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-1614-26/+36
* 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-153-5/+3
* becommands/show.py gives more specific bug information.W. Trevor King2008-11-151-6/+0
* Generalized becommands/list.py to allow more specific bug searches.W. Trevor King2008-11-151-71/+120
* Fixed a few more Comment.date->time calls.W. Trevor King2008-11-141-1/+1
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-149-37/+71
* Remove blank lines from `be list' outputW. Trevor King2008-11-141-1/+1
* Assume commit messages are in utf-8 for now...Aaron Bentley2007-07-301-0/+1
* Add support for VISUALAaron Bentley2007-07-161-1/+2
* Merge from other BEAaron Bentley2006-04-171-1/+2
|\
| * Fix help printing (Lee Braiden)Aaron Bentley2006-04-171-1/+2