aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removerd the diff3 functions from mapfile.py.W. Trevor King2008-11-141-70/+0
| | | | They don't seem to be used anywhere...
* Fixed some bug.py split effects in diff.pyW. Trevor King2008-11-142-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.pyW. Trevor King2008-11-1417-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 King2008-11-141-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 King2008-11-141-14/+3
|
* Added caveat about using short bug names to unique_name().W. Trevor King2008-11-141-0/+4
|
* Cleaned up and docstringed libbe.cmdutil.unique_name().W. Trevor King2008-11-141-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' outputW. Trevor King2008-11-141-1/+1
|
* Closed bug 210 (target options not parsed).W. Trevor King2008-11-143-1/+23
| | | | I imagine this has been fixed for a while...
* * use python2.4/2.5 compatible import of ElementTreeW. Trevor King2008-11-1316-9/+286
| | | | | * catch Popen() calls to missing VCS binaries * test.py should only test installed backends
* Don't require python2.4 for "be".Chris Ball2008-05-161-1/+1
|
* Require editbugs permission to edit bugs. Patch from j@oil21.org.Chris Ball2008-05-161-0/+1
|
*---. Apply patches from j@oil21.org, Ben Finney, Jelmer Vernooij.Chris Ball2008-05-1620-8/+583
|\ \ \
| | | * Makefile: Add with 'clean' target.Ben Finney2008-04-181-0/+27
| | | |
| | * | Fix branding: Bazaar-NG -> Bazaar.Jelmer Vernooij2008-05-141-1/+1
| | | |
| | * | Make setup.py executable.Jelmer Vernooij2008-05-141-0/+0
| | |/
| * / Bugs-Everywhere-Web works with python2.5 do not hardcode python2.4j^2008-04-144-1/+60
| |/
* / Add GIT support, from Chris Ball and Michael Stone.Chris Ball2008-05-163-2/+154
|/
* Assume commit messages are in utf-8 for now...Aaron Bentley2007-07-301-0/+1
|
* Add support for VISUALAaron Bentley2007-07-163-5/+17
|
* Ensure that Arch tests have a user id setAaron Bentley2007-07-162-0/+21
|
* Clarify VISUAL meaningAaron Bentley2007-07-162-0/+30
|
* Add setup-tables scriptAaron Bentley2007-07-151-0/+34
|
* Add bug report from JelmerAaron Bentley2007-07-153-0/+58
|\
| * New bug.Jelmer Vernooij2007-07-153-0/+58
| |
* | Merge from panometricsAaron Bentley2007-07-1537-271/+888
|\|
| * Fix long linesAaron Bentley2007-02-051-2/+4
| |
| * More Mercurial supportAaron Bentley2007-02-053-1/+120
| |\
| | * Add support for Mercurial (Steve Borho)Aaron Bentley2007-01-233-1/+120
| | |
| * | Get beweb mostly workingAaron Bentley2007-02-053-4/+8
| |/
| * Mostly upgrade to turbogears 1.0b1Aaron Bentley2006-12-0524-249/+599
| |
| * Add top_level.txtAaron Bentley2006-12-050-0/+0
| |
| * Disable commit behavior because it's not reliableAaron Bentley2006-10-171-3/+3
| |
| * New bugsAaron Bentley2006-10-176-0/+127
| |
| * Fix double-invocation bugAaron Bentley2006-09-051-1/+0
| |
| * Merge changes from BelchenkoAaron Bentley2006-08-114-5/+25
| |\
| | * line-endings in .bzrignoreAlexander Belchenko2006-08-111-8/+8
| | |
| | * don't use std. commands module 'cause it's Linux-only. Grab code from this ↵Alexander Belchenko2006-08-111-2/+10
| | | | | | | | | | | | module and adapt it to win32
| | * ignore .shelfAlexander Belchenko2006-07-191-7/+8
| | |
| | * win32: fix crash of 'be show' when bug don't have commentsAlexander Belchenko2006-07-191-1/+4
| | |
| | * subprocess: win32 don't have os.execvp() so have to run command in a shellAlexander Belchenko2006-07-191-1/+7
| | |
| | * .bzrignoreAlexander Belchenko2006-07-181-0/+3
| | |
| * | Use subprocess-native functionality for changing directoryAaron Bentley2006-07-192-10/+3
| | |
| * | Use Popen.communicate instead of reading the individual streams (why needed?)Aaron Bentley2006-07-192-3/+6
| |/
| * Handle UTF-8 commentsAaron Bentley2006-04-181-1/+1
| |
* | Merge from other BEAaron Bentley2006-04-176-7/+48
|\|
| * Note the dependencies/reverse-dependencies debateAaron Bentley2006-04-172-0/+26
| |
| * Fix help printing (Lee Braiden)Aaron Bentley2006-04-172-2/+3
| |
| * Revert change, because it messes up stripey tablesAaron Bentley2006-04-121-7/+3
| |
| * Hide closed using display:NoneAaron Bentley2006-04-121-3/+7
| |