Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added 'remove' command to remove bugs. Use __desc__ for command help. | W. Trevor King | 2008-11-16 | 14 | -26/+36 |
| | | | | | | | | | | | Using the __desc__ reduces documentation duplication. It's also better than using __doc__, because __doc__ could (should?) be more than one-line long, and we just want a short description to jog our memories in the complete command list. Also moved unique_name from cmdutil.py to names.py to avoid the bug->cmdutil->bugdir->bug cyclic include. | ||||
* | Fixed '-' parsing bug for list --assigned option. | W. Trevor King | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string(). | W. Trevor King | 2008-11-15 | 3 | -5/+3 |
| | | | | This seems like a natual place for a function that only operates on Bugs. | ||||
* | becommands/show.py gives more specific bug information. | W. Trevor King | 2008-11-15 | 1 | -6/+0 |
| | |||||
* | Generalized becommands/list.py to allow more specific bug searches. | W. Trevor King | 2008-11-15 | 1 | -71/+120 |
| | |||||
* | Fixed a few more Comment.date->time calls. | W. Trevor King | 2008-11-14 | 1 | -1/+1 |
| | | | | | Bug keeps timestamps in Bug.time, so working towards consitency for Comment. | ||||
* | Split Bug and Comment class out to bug.py from bugdir.py | W. Trevor King | 2008-11-14 | 9 | -37/+71 |
| | | | | | | | | | | | | | | | | | | | | | Comment should probably have it's own file too... I also tried to clean up the interface for setting status and severity. Both attributes involve selecting strings from predefined lists. The lists of valid strings (and descriptions of each string) are now defined in bug.py. The bug.py lists are then used to generate appropriate help strings in becommands/status.py and severity.py. This should make it easier to keep the help strings in synch with the validation information. The original status strings weren't documented, and I didn't know what they all ment, so I elimanted some of them. 'in-progress' and 'disabled' are no longer with us. Of course, it would be simple to add them back in if people don't agree with me on that. Due to the loss of 'disabled' I had to change the status of two bugs (11e and 597) to 'closed'. I removed becommands/inprogress.py as well. It's functionality was replaced by the more general status.py command, which mimics the severity.py command. | ||||
* | Remove blank lines from `be list' output | W. Trevor King | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | Assume commit messages are in utf-8 for now... | Aaron Bentley | 2007-07-30 | 1 | -0/+1 |
| | |||||
* | Add support for VISUAL | Aaron Bentley | 2007-07-16 | 1 | -1/+2 |
| | |||||
* | Merge from other BE | Aaron Bentley | 2006-04-17 | 1 | -1/+2 |
|\ | |||||
| * | Fix help printing (Lee Braiden) | Aaron Bentley | 2006-04-17 | 1 | -1/+2 |
| | | |||||
* | | Added prompt to comments | Aaron Bentley | 2006-04-16 | 1 | -1/+1 |
|/ | |||||
* | Merge remaining fixes from Zwart | Aaron Bentley | 2006-04-06 | 3 | -3/+6 |
|\ | |||||
| * | Friendlier error message on "inprogress" or "open" with no arguments. | Marien Zwart | 2006-04-05 | 2 | -2/+4 |
| | | |||||
| * | Friendlier error message on "close" with no arguments. | Marien Zwart | 2006-04-05 | 1 | -1/+2 |
| | | |||||
* | | Merge test case fixes without trailing commas | Aaron Bentley | 2006-04-06 | 7 | -12/+12 |
|\| | |||||
| * | unbreak some tests. | Marien Zwart | 2006-04-05 | 7 | -20/+20 |
| | | |||||
* | | Fixed tests to use lists, so that optparse can mangle them | Aaron Bentley | 2006-04-04 | 7 | -20/+20 |
| | | |||||
* | | Merge both lines | Aaron Bentley | 2006-04-04 | 11 | -22/+113 |
|\| | |||||
| * | Help cleanup | Aaron Bentley | 2006-04-03 | 5 | -7/+1 |
| | | |||||
| * | Merge help updates | Aaron Bentley | 2006-04-03 | 10 | -14/+102 |
| |\ | |||||
| | * | added help to 'upgrade'. | Thomas Gerigk | 2006-04-03 | 1 | -1/+12 |
| | | | |||||
| | * | parsified 'target'-help. | Thomas Gerigk | 2006-04-03 | 1 | -3/+9 |
| | | | | | | | | | | | | (target or aim..) | ||||
| | * | added help to 'show'. | Thomas Gerigk | 2006-04-03 | 1 | -1/+14 |
| | | | |||||
| | * | changed severity.py-help to parsing. | Thomas Gerigk | 2006-04-03 | 1 | -3/+9 |
| | | | |||||
| | * | changed set.py to parsing. | Thomas Gerigk | 2006-04-03 | 1 | -2/+9 |
| | | | |||||
| | * | added help to 'open'. | Thomas Gerigk | 2006-04-03 | 1 | -0/+12 |
| | | | | | | | | | | | | (errhh... what is the status of a new bug?) | ||||
| | * | add help to 'inprogress'. | Thomas Gerigk | 2006-04-03 | 1 | -0/+12 |
| | | | | | | | | | | | | (What does 'in-progress' mean to a bug?) | ||||
| | * | added help to 'close' | Thomas Gerigk | 2006-04-03 | 1 | -0/+13 |
| | | | |||||
| | * | changed assign.py to look similar to those commands using get_parser()-stuff. | Thomas Gerigk | 2006-04-03 | 1 | -3/+8 |
| | | | | | | | | | | | | (No, i don't really know what i'm doing |-) | ||||
| | * | Catch AttributeError when a command has no help() def'd. | Thomas Gerigk | 2006-04-03 | 1 | -1/+5 |
| | | | |||||
| * | | Added reply handling to comments | Aaron Bentley | 2006-04-03 | 2 | -8/+17 |
| |/ | |||||
* / | Refactored the command listing | Aaron Bentley | 2006-04-01 | 1 | -2/+1 |
|/ | |||||
* | Fixed test suite for the unicode switch | Aaron Bentley | 2006-04-01 | 6 | -11/+11 |
| | |||||
* | Patch from Thomas Gerigk to add a 'help' command | Aaron Bentley | 2006-04-01 | 1 | -0/+43 |
| | |||||
* | Prevented RCS name being displayed when erroring | Aaron Bentley | 2005-05-18 | 1 | -6/+5 |
| | |||||
* | Added tests for double-init | Aaron Bentley | 2005-05-18 | 1 | -2/+10 |
| | |||||
* | Added inline help to set-root command | Aaron Bentley | 2005-05-18 | 1 | -1/+20 |
| | |||||
* | Better errors for bad bug roots | Aaron Bentley | 2005-05-18 | 1 | -1/+7 |
| | |||||
* | Normalized paths before use in rel_filename | Aaron Bentley | 2005-05-18 | 1 | -1/+3 |
| | |||||
* | Ensured .be is source for Arch (closes 381) | Aaron Bentley | 2005-05-18 | 1 | -1/+1 |
| | | | | | | | Modified bug reports: 381: Ensure .be is source in Arch status: open -> closed | ||||
* | Fixed test case for new | Aaron Bentley | 2005-05-18 | 1 | -1/+1 |
| | |||||
* | Improved command parsing for "new" | Aaron Bentley | 2005-05-18 | 1 | -0/+12 |
| | |||||
* | Added tests for missing $EDITOR | Aaron Bentley | 2005-05-17 | 1 | -0/+4 |
| | | | | | | | Modified bug reports: ecc: no tests for missing $EDITOR status: open -> closed | ||||
* | Fixed bug handing missing $EDITOR | Aaron Bentley | 2005-05-17 | 1 | -1/+5 |
| | |||||
* | Added appropriate copyright notices, GPLed. | Aaron Bentley | 2005-05-16 | 14 | -2/+224 |
| | |||||
* | Fixed style | Aaron Bentley | 2005-04-22 | 1 | -1/+2 |
| | |||||
* | Merge (Oleg Romanyshyn) | Aaron Bentley | 2005-04-22 | 2 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | Patches applied: * oromanyshyn@panoramicfeedback.com--development2/bugs-everywhere--0--patch-2 * Changed help message for inprogress * oromanyshyn@panoramicfeedback.com--development2/bugs-everywhere--0--patch-3 * Changed layout of the displaying bugs (list and show commands) | ||||
| * | Changed layout of the displaying bugs (list and show commands) | Oleg Romanyshyn | 2005-04-22 | 1 | -1/+1 |
| | |