Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated imports to handle Python 2.5 ElementTree module. | W. Trevor King | 2008-11-13 | 1 | -1/+4 |
| | | | | Opened, fixed, and closed as bug 31c. | ||||
* | Catch OSErrors from Popen()s | W. Trevor King | 2008-11-13 | 2 | -7/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the subprocess module documentation: http://www.python.org/doc/2.5.2/lib/node530.html "The most common exception raised is OSError. This occurs, for example, when trying to execute a non-existent file. Applications should prepare for OSError exceptions." And from the os module documentation: http://www.python.org/doc/2.5.2/lib/module-os.html "exception error This exception is raised when a function returns a system-related error (not for illegal argument types or other incidental errors). This is also known as the built-in exception OSError. The accompanying value is a pair containing the numeric error code from errno and the corresponding string, as would be printed by the C function perror(). See the module errno, which contains names for the error codes defined by the underlying operating system. When exceptions are classes, this exception carries two attributes, errno and strerror. The first holds the value of the C errno variable, and the latter holds the corresponding error message from strerror(). For exceptions that involve a file system path (such as chdir() or unlink()), the exception instance will contain a third attribute, filename, which is the file name passed to the function." I turned this up running be/test.py, when it defaulted to the tla client which I didn't have installed. I don't have things working yet, so I can't create a bug at the moment... | ||||
* | 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 |
| | |||||
* | Added more possible bug statuses | Aaron Bentley | 2006-01-25 | 1 | -2/+4 |
| | |||||
* | Fixed subprocess invocation for bzr | Aaron Bentley | 2005-12-23 | 2 | -2/+3 |
| | |||||
* | Various Windows-related bugfixes | Aaron Bentley | 2005-12-22 | 6 | -27/+43 |
| | |||||
* | got tests passing | Aaron Bentley | 2005-12-21 | 1 | -3/+0 |
| | |||||
* | Better error when bad path specified | Aaron Bentley | 2005-12-15 | 1 | -0/+2 |
| | |||||
* | Fixed bzr 'revlib' handling | Aaron Bentley | 2005-05-26 | 1 | -2/+5 |
| | |||||
* | Distinguished between 'paranoid' and non-paranoid add-id | Aaron Bentley | 2005-05-19 | 4 | -13/+16 |
| | | | | | The paranoid adds are only used for the .be root. Paranoia is a big time-suck on Arch trees, because they require a full inventory. | ||||
* | Added tests for double-init | Aaron Bentley | 2005-05-18 | 1 | -3/+18 |
| | |||||
* | Better errors for bad bug roots | Aaron Bentley | 2005-05-18 | 1 | -1/+17 |
| |