Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -13/+19 |
| | |||||
* | 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. | ||||
* | 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 | 5 | -259/+380 |
| | | | | | | | | | | | | | | | | | | | | | 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). | ||||
* | * use python2.4/2.5 compatible import of ElementTree | W. Trevor King | 2008-11-13 | 3 | -8/+19 |
| | | | | | * catch Popen() calls to missing VCS binaries * test.py should only test installed backends | ||||
* | Add GIT support, from Chris Ball and Michael Stone. | Chris Ball | 2008-05-16 | 3 | -2/+154 |
| | |||||
* | Add support for VISUAL | Aaron Bentley | 2007-07-16 | 1 | -3/+14 |
| | |||||
* | Ensure that Arch tests have a user id set | Aaron Bentley | 2007-07-16 | 2 | -0/+21 |
| | |||||
* | Merge from panometrics | Aaron Bentley | 2007-07-15 | 5 | -16/+147 |
|\ | |||||
| * | Fix long lines | Aaron Bentley | 2007-02-05 | 1 | -2/+4 |
| | | |||||
| * | Add support for Mercurial (Steve Borho) | Aaron Bentley | 2007-01-23 | 3 | -1/+120 |
| | | |||||
| * | Fix double-invocation bug | Aaron Bentley | 2006-09-05 | 1 | -1/+0 |
| | | |||||
| * | Merge changes from Belchenko | Aaron Bentley | 2006-08-11 | 3 | -3/+22 |
| |\ | |||||
| | * | 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 | ||||
| | * | win32: fix crash of 'be show' when bug don't have comments | Alexander Belchenko | 2006-07-19 | 1 | -1/+4 |
| | | | |||||
| | * | subprocess: win32 don't have os.execvp() so have to run command in a shell | Alexander Belchenko | 2006-07-19 | 1 | -1/+7 |
| | | | |||||
| * | | Use subprocess-native functionality for changing directory | Aaron Bentley | 2006-07-19 | 2 | -10/+3 |
| | | | |||||
| * | | Use Popen.communicate instead of reading the individual streams (why needed?) | Aaron Bentley | 2006-07-19 | 1 | -3/+2 |
| |/ | |||||
* / | Added prompt to comments | Aaron Bentley | 2006-04-16 | 1 | -5/+27 |
|/ | |||||
* | Added copyright notice | Aaron Bentley | 2006-04-07 | 1 | -0/+17 |
| | |||||
* | Merge remaining fixes from Zwart | Aaron Bentley | 2006-04-06 | 2 | -4/+3 |
|\ | |||||
| * | Correctly interpret the "no merge location" message from bzr 0.7. | Marien Zwart | 2006-04-05 | 1 | -1/+2 |
| | | |||||
| * | Determine plugin_path from the location of the plugin module, not from argv[0]. | Marien Zwart | 2006-04-05 | 1 | -3/+1 |
| | | |||||
* | | Add ReST support to web front end | Aaron Bentley | 2006-04-06 | 1 | -0/+108 |
| | | |||||
* | | Support for content-type in comments | Aaron Bentley | 2006-04-06 | 1 | -1/+3 |
| | | |||||
* | | Merge both lines | Aaron Bentley | 2006-04-04 | 2 | -1/+69 |
|\| | |||||
| * | Removed debugging code | Aaron Bentley | 2006-04-03 | 1 | -1/+0 |
| | | |||||
| * | Added reply handling to comments | Aaron Bentley | 2006-04-03 | 2 | -1/+70 |
| | | |||||
* | | Refactored the command listing | Aaron Bentley | 2006-04-01 | 1 | -0/+9 |
|/ | |||||
* | Fixed test suite for the unicode switch | Aaron Bentley | 2006-04-01 | 1 | -5/+5 |
| | |||||
* | Implemented basic comment diff | Aaron Bentley | 2006-03-31 | 1 | -2/+19 |
| | |||||
* | Added a repr for Bug | Aaron Bentley | 2006-03-31 | 1 | -0/+3 |
| | |||||
* | Dirty fix for new-comments not writing bug | Aaron Bentley | 2006-03-31 | 1 | -4/+8 |
| | |||||
* | Fix be diff with bzr | Aaron Bentley | 2006-03-23 | 1 | -2/+2 |
| | |||||
* | Added compatibility functions for commit to arch, no_rcs | Aaron Bentley | 2006-02-03 | 2 | -0/+18 |
| | |||||
* | Fixed directory handling in old bzr stuff | Aaron Bentley | 2006-02-03 | 1 | -12/+13 |
| | |||||
* | Fixed merge change detection | Aaron Bentley | 2006-02-03 | 1 | -2/+2 |
| | |||||
* | Did post-commit merging | Aaron Bentley | 2006-02-03 | 1 | -5/+12 |
| | |||||
* | Fixed up last commit | Aaron Bentley | 2006-02-03 | 1 | -5/+3 |
| | |||||
* | Got commit basics working for bzr | Aaron Bentley | 2006-02-03 | 2 | -15/+50 |
| | |||||
* | Added creator patch from Belchenko | Aaron Bentley | 2006-01-30 | 1 | -1/+6 |
| | |||||
* | Auto-decode user input to unicode | Aaron Bentley | 2006-01-26 | 1 | -1/+3 |
| | |||||
* | More unicode stuff | Aaron Bentley | 2006-01-26 | 1 | -2/+3 |
| | |||||
* | Enforced that all key/value pairs are unicode | Aaron Bentley | 2006-01-26 | 1 | -2/+2 |
| |