aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
Commit message (Collapse)AuthorAgeFilesLines
* Updated imports to handle Python 2.5 ElementTree module.W. Trevor King2008-11-131-1/+4
| | | | Opened, fixed, and closed as bug 31c.
* Catch OSErrors from Popen()sW. Trevor King2008-11-132-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 Ball2008-05-163-2/+154
|
* Add support for VISUALAaron Bentley2007-07-161-3/+14
|
* Ensure that Arch tests have a user id setAaron Bentley2007-07-162-0/+21
|
* Merge from panometricsAaron Bentley2007-07-155-16/+147
|\
| * Fix long linesAaron Bentley2007-02-051-2/+4
| |
| * Add support for Mercurial (Steve Borho)Aaron Bentley2007-01-233-1/+120
| |
| * Fix double-invocation bugAaron Bentley2006-09-051-1/+0
| |
| * Merge changes from BelchenkoAaron Bentley2006-08-113-3/+22
| |\
| | * 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
| | * 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
| | |
| * | 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-191-3/+2
| |/
* / Added prompt to commentsAaron Bentley2006-04-161-5/+27
|/
* Added copyright noticeAaron Bentley2006-04-071-0/+17
|
* Merge remaining fixes from ZwartAaron Bentley2006-04-062-4/+3
|\
| * Correctly interpret the "no merge location" message from bzr 0.7.Marien Zwart2006-04-051-1/+2
| |
| * Determine plugin_path from the location of the plugin module, not from argv[0].Marien Zwart2006-04-051-3/+1
| |
* | Add ReST support to web front endAaron Bentley2006-04-061-0/+108
| |
* | Support for content-type in commentsAaron Bentley2006-04-061-1/+3
| |
* | Merge both linesAaron Bentley2006-04-042-1/+69
|\|
| * Removed debugging codeAaron Bentley2006-04-031-1/+0
| |
| * Added reply handling to commentsAaron Bentley2006-04-032-1/+70
| |
* | Refactored the command listingAaron Bentley2006-04-011-0/+9
|/
* Fixed test suite for the unicode switchAaron Bentley2006-04-011-5/+5
|
* Implemented basic comment diffAaron Bentley2006-03-311-2/+19
|
* Added a repr for BugAaron Bentley2006-03-311-0/+3
|
* Dirty fix for new-comments not writing bugAaron Bentley2006-03-311-4/+8
|
* Fix be diff with bzrAaron Bentley2006-03-231-2/+2
|
* Added compatibility functions for commit to arch, no_rcsAaron Bentley2006-02-032-0/+18
|
* Fixed directory handling in old bzr stuffAaron Bentley2006-02-031-12/+13
|
* Fixed merge change detectionAaron Bentley2006-02-031-2/+2
|
* Did post-commit mergingAaron Bentley2006-02-031-5/+12
|
* Fixed up last commitAaron Bentley2006-02-031-5/+3
|
* Got commit basics working for bzrAaron Bentley2006-02-032-15/+50
|
* Added creator patch from BelchenkoAaron Bentley2006-01-301-1/+6
|
* Auto-decode user input to unicodeAaron Bentley2006-01-261-1/+3
|
* More unicode stuffAaron Bentley2006-01-261-2/+3
|
* Enforced that all key/value pairs are unicodeAaron Bentley2006-01-261-2/+2
|
* Added more possible bug statusesAaron Bentley2006-01-251-2/+4
|
* Fixed subprocess invocation for bzrAaron Bentley2005-12-232-2/+3
|
* Various Windows-related bugfixesAaron Bentley2005-12-226-27/+43
|
* got tests passingAaron Bentley2005-12-211-3/+0
|
* Better error when bad path specifiedAaron Bentley2005-12-151-0/+2
|
* Fixed bzr 'revlib' handlingAaron Bentley2005-05-261-2/+5
|
* Distinguished between 'paranoid' and non-paranoid add-idAaron Bentley2005-05-194-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-initAaron Bentley2005-05-181-3/+18
|
* Better errors for bad bug rootsAaron Bentley2005-05-181-1/+17
|