Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed debugging code | Aaron Bentley | 2006-04-03 | 1 | -1/+0 |
| | |||||
* | Added reply handling to comments | Aaron Bentley | 2006-04-03 | 2 | -1/+70 |
| | |||||
* | 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 |
| | |||||
* | Normalized paths before use in rel_filename | Aaron Bentley | 2005-05-18 | 1 | -0/+2 |
| | |||||
* | Ensured .be is source for Arch (closes 381) | Aaron Bentley | 2005-05-18 | 2 | -2/+87 |
| | | | | | | | Modified bug reports: 381: Ensure .be is source in Arch status: open -> closed | ||||
* | Added tests for missing $EDITOR | Aaron Bentley | 2005-05-17 | 1 | -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 Bentley | 2005-05-17 | 1 | -0/+2 |
| | |||||
* | Fixed bug handing missing $EDITOR | Aaron Bentley | 2005-05-17 | 1 | -3/+5 |
| | |||||
* | Added appropriate copyright notices, GPLed. | Aaron Bentley | 2005-05-16 | 13 | -0/+208 |
| | |||||
* | Slight refactoring | Aaron Bentley | 2005-05-09 | 1 | -2/+2 |
| | |||||
* | Implemented bug tree diff | Aaron Bentley | 2005-05-09 | 1 | -4/+29 |
| | | | | | | | Modified bug reports: f5c: Implement bug tree diff status: open -> closed | ||||
* | Added pseudo-revlib functionality for bzr | Aaron Bentley | 2005-05-04 | 1 | -3/+21 |
| | |||||
* | Support for bzr inventory operations | Aaron Bentley | 2005-05-04 | 3 | -3/+75 |
| | |||||
* | Merge (Oleg Romanyshyn) | Aaron Bentley | 2005-04-22 | 1 | -2/+5 |
|\ | | | | | | | | | | | | | | | | | Patches applied: * oromanyshyn@panoramicfeedback.com--development2/bugs-everywhere--0--patch-2 * Changed help message for inprogress * oromanyshyn@panoramicfeedback.com--development2/bugs-everywhere--0--patch-3 * Changed layout of the displaying bugs (list and show commands) | ||||
| * | Changed layout of the displaying bugs (list and show commands) | Oleg Romanyshyn | 2005-04-22 | 1 | -2/+5 |
| | | |||||
* | | Added new status - "in-progress" (Oleg Romanyshyn) | Aaron Bentley | 2005-04-22 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | | | | Patches applied: * oromanyshyn@panoramicfeedback.com--development2/bugs-everywhere--0--base-0 * tag of aaron.bentley@utoronto.ca--be/bugs-everywhere--devel--0--patch-84 * oromanyshyn@panoramicfeedback.com--development2/bugs-everywhere--0--patch-1 * Added new status - "in-progress" | ||||
| * | Added new status - "in-progress" | Oleg Romanyshyn | 2005-04-22 | 1 | -2/+2 |
| | | |||||
* | | Added preliminary tree-diffing support | Aaron Bentley | 2005-04-14 | 4 | -6/+126 |
|/ | |||||
* | Made get_editor_string use contents and mtime to check for changes | Aaron Bentley | 2005-03-24 | 1 | -1/+2 |
| | |||||
* | Implemented tests for 'open' | Aaron Bentley | 2005-03-24 | 2 | -6/+19 |
| | |||||
* | Fixed the bug dir path in BugDirs produced by create_bug_dir | Aaron Bentley | 2005-03-24 | 1 | -1/+1 |
| | |||||
* | started work on test case for "new" | Aaron Bentley | 2005-03-24 | 1 | -0/+5 |
| | |||||
* | Added tests for set-root | Aaron Bentley | 2005-03-24 | 1 | -0/+24 |
| | |||||
* | Removed comment from example | Aaron Bentley | 2005-03-24 | 1 | -1/+0 |
| | |||||
* | Added editor_string utility function | Aaron Bentley | 2005-03-23 | 1 | -1/+24 |
| | |||||
* | Added comment support to show, added comment command | Aaron Bentley | 2005-03-23 | 1 | -1/+1 |
| | |||||
* | Implemented comments | Aaron Bentley | 2005-03-23 | 1 | -1/+94 |
| |