aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
Commit message (Collapse)AuthorAgeFilesLines
* 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 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
|
* Normalized paths before use in rel_filenameAaron Bentley2005-05-181-0/+2
|
* Ensured .be is source for Arch (closes 381)Aaron Bentley2005-05-182-2/+87
| | | | | | | Modified bug reports: 381: Ensure .be is source in Arch status: open -> closed
* Added tests for missing $EDITORAaron Bentley2005-05-171-1/+11
| | | | | | | Modified bug reports: ecc: no tests for missing $EDITOR status: open -> closed
* Forced be to show minimum 3 digits, because 3 is common.Aaron Bentley2005-05-171-0/+2
|
* Fixed bug handing missing $EDITORAaron Bentley2005-05-171-3/+5
|
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-1613-0/+208
|
* Slight refactoringAaron Bentley2005-05-091-2/+2
|
* Implemented bug tree diffAaron Bentley2005-05-091-4/+29
| | | | | | | Modified bug reports: f5c: Implement bug tree diff status: open -> closed
* Added pseudo-revlib functionality for bzrAaron Bentley2005-05-041-3/+21
|