aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Added prompt to commentsAaron Bentley2006-04-161-1/+1
|/
* Merge remaining fixes from ZwartAaron Bentley2006-04-063-3/+6
|\
| * Friendlier error message on "inprogress" or "open" with no arguments.Marien Zwart2006-04-052-2/+4
| * Friendlier error message on "close" with no arguments.Marien Zwart2006-04-051-1/+2
* | Merge test case fixes without trailing commasAaron Bentley2006-04-067-12/+12
|\|
| * unbreak some tests.Marien Zwart2006-04-057-20/+20
* | Fixed tests to use lists, so that optparse can mangle themAaron Bentley2006-04-047-20/+20
* | Merge both linesAaron Bentley2006-04-0411-22/+113
|\|
| * Help cleanupAaron Bentley2006-04-035-7/+1
| * Merge help updatesAaron Bentley2006-04-0310-14/+102
| |\
| | * added help to 'upgrade'.Thomas Gerigk2006-04-031-1/+12
| | * parsified 'target'-help.Thomas Gerigk2006-04-031-3/+9
| | * added help to 'show'.Thomas Gerigk2006-04-031-1/+14
| | * changed severity.py-help to parsing.Thomas Gerigk2006-04-031-3/+9
| | * changed set.py to parsing.Thomas Gerigk2006-04-031-2/+9
| | * added help to 'open'.Thomas Gerigk2006-04-031-0/+12
| | * add help to 'inprogress'.Thomas Gerigk2006-04-031-0/+12
| | * added help to 'close'Thomas Gerigk2006-04-031-0/+13
| | * changed assign.py to look similar to those commands using get_parser()-stuff.Thomas Gerigk2006-04-031-3/+8
| | * Catch AttributeError when a command has no help() def'd.Thomas Gerigk2006-04-031-1/+5
| * | Added reply handling to commentsAaron Bentley2006-04-032-8/+17
| |/
* / Refactored the command listingAaron Bentley2006-04-011-2/+1
|/