Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added datestamps to bugs | Aaron Bentley | 2005-03-23 | 2 | -0/+44 |
| | |||||
* | Moved FileString and get_file() into utility.py | Aaron Bentley | 2005-03-23 | 3 | -31/+70 |
| | |||||
* | Pulled in Fai's optparser | Aaron Bentley | 2005-03-22 | 1 | -1/+30 |
| | |||||
* | Stopped showing targets under target-specific headings | Aaron Bentley | 2005-03-21 | 1 | -2/+2 |
| | |||||
* | Fixed test cases so they're not machine-specific | Aaron Bentley | 2005-03-20 | 2 | -4/+5 |
| | |||||
* | Implemented current target setting | Aaron Bentley | 2005-03-19 | 1 | -0/+2 |
| | |||||
* | Added RCS configuration. | Aaron Bentley | 2005-03-19 | 4 | -31/+145 |
| | |||||
* | Implemented sorting by severity level | Aaron Bentley | 2005-03-18 | 1 | -0/+27 |
| | |||||
* | Used cmdutil tree_root wrapper to avoid tracebacks on wrong tree | Aaron Bentley | 2005-03-18 | 1 | -0/+23 |
| | |||||
* | Organized list by who the bugs are assigned to | Aaron Bentley | 2005-03-18 | 1 | -0/+9 |
| | |||||
* | Corrected capitalization of target | Aaron Bentley | 2005-03-18 | 1 | -1/+1 |
| | |||||
* | Added "assign" command | Aaron Bentley | 2005-03-18 | 2 | -3/+9 |
| | |||||
* | Switched tree format to mapfile-based | Aaron Bentley | 2005-03-17 | 3 | -141/+73 |
| | |||||
* | Implemented diff3 splitting | Aaron Bentley | 2005-03-15 | 1 | -2/+76 |
| | |||||
* | Fixed failing test | Aaron Bentley | 2005-03-15 | 1 | -1/+1 |
| | |||||
* | Implemented map file format 2 generation | Aaron Bentley | 2005-03-15 | 2 | -1/+86 |
| | |||||
* | Initial implementation of saving to mapfile | Aaron Bentley | 2005-03-14 | 1 | -1/+18 |
| | |||||
* | Implemented mapfiles | Aaron Bentley | 2005-03-14 | 2 | -0/+101 |
| | |||||
* | Made arch_client configurable | Aaron Bentley | 2005-03-11 | 2 | -3/+58 |
| | |||||
* | Added unit testing framework | Aaron Bentley | 2005-03-11 | 2 | -3/+45 |
| | |||||
* | Added exceptions for missing commands, handled -, plugin command exec | Aaron Bentley | 2005-03-11 | 1 | -3/+10 |
| | |||||
* | Implemented plugin system for viewing commands | Aaron Bentley | 2005-03-11 | 2 | -0/+34 |
| | |||||
* | Added severity command | Aaron Bentley | 2005-03-11 | 2 | -5/+23 |
| | |||||
* | Removed friendly bug name | Aaron Bentley | 2005-03-11 | 3 | -28/+1 |
| | |||||
* | Tweaked summary message | Aaron Bentley | 2005-03-10 | 1 | -1/+1 |
| | |||||
* | Tweaked summary display | Aaron Bentley | 2005-03-10 | 1 | -2/+2 |
| | |||||
* | Implemented show command | Aaron Bentley | 2005-03-09 | 1 | -0/+11 |
| | |||||
* | Added RCS integration | Aaron Bentley | 2005-03-09 | 3 | -7/+38 |
| | |||||
* | Fixed logic bug assigning pretty names | Aaron Bentley | 2005-03-09 | 1 | -1/+1 |
| | |||||
* | Implemented set-root command | Aaron Bentley | 2005-03-09 | 1 | -0/+8 |
| | |||||
* | added bugs, Switched to using uuid prefixes to ensure uniqueness | Aaron Bentley | 2005-03-09 | 1 | -3/+16 |
| | |||||
* | Added ability to create, close, open bugs | Aaron Bentley | 2005-03-09 | 3 | -15/+47 |
| | |||||
* | Fixed up tagging method and inventory | Aaron Bentley | 2005-03-09 | 3 | -0/+0 |
| | |||||
* | Added support for severity, creator, target | Aaron Bentley | 2005-03-09 | 2 | -3/+20 |
| | |||||
* | Implemented bug status and "active" flag | Aaron Bentley | 2005-03-09 | 2 | -0/+87 |
| |