Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Bug.string() handling of None times. | W. Trevor King | 2008-11-16 | 1 | -3/+7 |
| | |||||
* | Removed the empty bugs 14c and 38b. Fixed bug.string() call in libbe/diff.py. | W. Trevor King | 2008-11-16 | 3 | -57/+1 |
| | |||||
* | Added 'remove' command to remove bugs. Use __desc__ for command help. | W. Trevor King | 2008-11-16 | 21 | -92/+111 |
| | | | | | | | | | | | 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 |
| | |||||
* | Fixed some errors produced while moving bug_summary to Bug.string(). | W. Trevor King | 2008-11-15 | 1 | -15/+17 |
| | |||||
* | Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string(). | W. Trevor King | 2008-11-15 | 7 | -35/+42 |
| | | | | This seems like a natual place for a function that only operates on Bugs. | ||||
* | Removed libbe/template. | W. Trevor King | 2008-11-15 | 1 | -48/+0 |
| | | | | | This file is not used anywhere, and appears to be an outdated version of libbe/diff.py. | ||||
* | becommands/show.py gives more specific bug information. | W. Trevor King | 2008-11-15 | 2 | -19/+19 |
| | |||||
* | 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 | 2 | -2/+2 |
| | | | | | Bug keeps timestamps in Bug.time, so working towards consitency for Comment. | ||||
* | Removerd the diff3 functions from mapfile.py. | W. Trevor King | 2008-11-14 | 1 | -70/+0 |
| | | | | They don't seem to be used anywhere... | ||||
* | Fixed some bug.py split effects in diff.py | W. Trevor King | 2008-11-14 | 2 | -5/+7 |
| | | | | | | Also added 'disabled' status back in so diff doesn't choke trying to load the older versions... Ugly hack, but I don't want to change the past ;). | ||||
* | Split Bug and Comment class out to bug.py from bugdir.py | W. Trevor King | 2008-11-14 | 17 | -300/+457 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Changed __get/setattribute__ calls to get/setattr() calls. | W. Trevor King | 2008-11-14 | 1 | -4/+4 |
| | | | | | | See http://www.python.org/doc/2.5.2/lib/built-in-funcs.html#l2h-33 http://www.python.org/doc/2.5.2/lib/built-in-funcs.html#l2h-66 | ||||
* | Replaced libbe.arch.invoke() with general rcs.invoke() | W. Trevor King | 2008-11-14 | 1 | -14/+3 |
| | |||||
* | Added caveat about using short bug names to unique_name(). | W. Trevor King | 2008-11-14 | 1 | -0/+4 |
| | |||||
* | Cleaned up and docstringed libbe.cmdutil.unique_name(). | W. Trevor King | 2008-11-14 | 1 | -3/+6 |
| | | | | | Now the first bug will have a 3 char short name (used to be one char, with the second bug having a 3 char name). | ||||
* | Remove blank lines from `be list' output | W. Trevor King | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | Closed bug 210 (target options not parsed). | W. Trevor King | 2008-11-14 | 3 | -1/+23 |
| | | | | I imagine this has been fixed for a while... | ||||
* | * use python2.4/2.5 compatible import of ElementTree | W. Trevor King | 2008-11-13 | 16 | -9/+286 |
| | | | | | * catch Popen() calls to missing VCS binaries * test.py should only test installed backends | ||||
* | Don't require python2.4 for "be". | Chris Ball | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | Require editbugs permission to edit bugs. Patch from j@oil21.org. | Chris Ball | 2008-05-16 | 1 | -0/+1 |
| | |||||
*---. | Apply patches from j@oil21.org, Ben Finney, Jelmer Vernooij. | Chris Ball | 2008-05-16 | 20 | -8/+583 |
|\ \ \ | |||||
| | | * | Makefile: Add with 'clean' target. | Ben Finney | 2008-04-18 | 1 | -0/+27 |
| | | | | |||||
| | * | | Fix branding: Bazaar-NG -> Bazaar. | Jelmer Vernooij | 2008-05-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | Make setup.py executable. | Jelmer Vernooij | 2008-05-14 | 1 | -0/+0 |
| | |/ | |||||
| * / | Bugs-Everywhere-Web works with python2.5 do not hardcode python2.4 | j^ | 2008-04-14 | 4 | -1/+60 |
| |/ | |||||
* / | Add GIT support, from Chris Ball and Michael Stone. | Chris Ball | 2008-05-16 | 3 | -2/+154 |
|/ | |||||
* | 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 | 3 | -5/+17 |
| | |||||
* | Ensure that Arch tests have a user id set | Aaron Bentley | 2007-07-16 | 2 | -0/+21 |
| | |||||
* | Clarify VISUAL meaning | Aaron Bentley | 2007-07-16 | 2 | -0/+30 |
| | |||||
* | Add setup-tables script | Aaron Bentley | 2007-07-15 | 1 | -0/+34 |
| | |||||
* | Add bug report from Jelmer | Aaron Bentley | 2007-07-15 | 3 | -0/+58 |
|\ | |||||
| * | New bug. | Jelmer Vernooij | 2007-07-15 | 3 | -0/+58 |
| | | |||||
* | | Merge from panometrics | Aaron Bentley | 2007-07-15 | 37 | -271/+888 |
|\| | |||||
| * | Fix long lines | Aaron Bentley | 2007-02-05 | 1 | -2/+4 |
| | | |||||
| * | More Mercurial support | Aaron Bentley | 2007-02-05 | 3 | -1/+120 |
| |\ | |||||
| | * | Add support for Mercurial (Steve Borho) | Aaron Bentley | 2007-01-23 | 3 | -1/+120 |
| | | | |||||
| * | | Get beweb mostly working | Aaron Bentley | 2007-02-05 | 3 | -4/+8 |
| |/ | |||||
| * | Mostly upgrade to turbogears 1.0b1 | Aaron Bentley | 2006-12-05 | 24 | -249/+599 |
| | | |||||
| * | Add top_level.txt | Aaron Bentley | 2006-12-05 | 0 | -0/+0 |
| | | |||||
| * | Disable commit behavior because it's not reliable | Aaron Bentley | 2006-10-17 | 1 | -3/+3 |
| | | |||||
| * | New bugs | Aaron Bentley | 2006-10-17 | 6 | -0/+127 |
| | | |||||
| * | Fix double-invocation bug | Aaron Bentley | 2006-09-05 | 1 | -1/+0 |
| | | |||||
| * | Merge changes from Belchenko | Aaron Bentley | 2006-08-11 | 4 | -5/+25 |
| |\ | |||||
| | * | line-endings in .bzrignore | Alexander Belchenko | 2006-08-11 | 1 | -8/+8 |
| | | | |||||
| | * | don't use std. commands module 'cause it's Linux-only. Grab code from this ↵ | Alexander Belchenko | 2006-08-11 | 1 | -2/+10 |
| | | | | | | | | | | | | module and adapt it to win32 | ||||
| | * | ignore .shelf | Alexander Belchenko | 2006-07-19 | 1 | -7/+8 |
| | | | |||||
| | * | win32: fix crash of 'be show' when bug don't have comments | Alexander Belchenko | 2006-07-19 | 1 | -1/+4 |
| | | |