| Commit message (Expand) | Author | Age | Files | Lines |
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -12/+17 |
* | Updated copyright information | W. Trevor King | 2010-01-01 | 1 | -1/+15 |
* | Moved be to libbe.ui.command_line and transitioned to Command format. | W. Trevor King | 2009-12-12 | 1 | -99/+3 |
* | Added libbe.command.base (with Command class) and moved list command to new f... | W. Trevor King | 2009-12-12 | 1 | -0/+5 |
* | Added --paginate and --no-pager to be | W. Trevor King | 2009-12-07 | 1 | -2/+16 |
* | be --dir DIR COMMAND now roots the bugdir in DIR without changing directories. | W. Trevor King | 2009-12-06 | 1 | -5/+3 |
* | Fix cmdutil.help() calls in be to use args not sys.argv. | W. Trevor King | 2009-12-05 | 1 | -2/+2 |
* | Ran the new update_copyright.py | W. Trevor King | 2009-11-19 | 1 | -0/+1 |
* | Added `be --verbose-version' option to print full version information. | W. Trevor King | 2009-09-15 | 1 | -2/+4 |
* | Added libbe.version, wrapping the auto-generated libbe._version. | W. Trevor King | 2009-09-15 | 1 | -2/+2 |
* | Updated GPLv2 to current GPLv2. | W. Trevor King | 2009-07-14 | 1 | -12/+11 |
* | Fixed "be --dir --complete" | W. Trevor King | 2009-07-13 | 1 | -0/+7 |
* | Added --dir option to "be" | W. Trevor King | 2009-07-13 | 1 | -1/+6 |
* | Use CmdOptionParser in "be". | W. Trevor King | 2009-07-13 | 1 | -29/+45 |
* | Simplified error handling in ./be | W. Trevor King | 2009-07-10 | 1 | -15/+15 |
* | Updated copyright blurbs and AUTHORS and included script for future updates | W. Trevor King | 2009-07-01 | 1 | -1/+4 |
* | Updated help strings, man page, and completions | W. Trevor King | 2009-06-25 | 1 | -1/+1 |
* | Added auto-generated version info. (be --version) | W. Trevor King | 2009-06-25 | 1 | -1/+3 |
* | Merged --commands and --options into --complete. Simpler that way. | W. Trevor King | 2008-11-27 | 1 | -3/+2 |
* | Basic bash completion is now supported. | W. Trevor King | 2008-11-27 | 1 | -0/+5 |
* | Added --commands option to be to help with bash completion. | W. Trevor King | 2008-11-27 | 1 | -0/+3 |
* | Added libbe/encoding.py to wrap input/output/file access appropriately. | W. Trevor King | 2008-11-25 | 1 | -1/+4 |
* | Another major rewrite. Now BugDir, Bug, and Comment are more distinct. | W. Trevor King | 2008-11-21 | 1 | -7/+3 |
* | Added 'remove' command to remove bugs. Use __desc__ for command help. | W. Trevor King | 2008-11-16 | 1 | -27/+4 |
* | Split Bug and Comment class out to bug.py from bugdir.py | W. Trevor King | 2008-11-14 | 1 | -2/+4 |
* | Don't require python2.4 for "be". | Chris Ball | 2008-05-16 | 1 | -1/+1 |
* | Fix help printing (Lee Braiden) | Aaron Bentley | 2006-04-17 | 1 | -1/+1 |
* | Refactored the command listing | Aaron Bentley | 2006-04-01 | 1 | -8/+1 |
* | Patch from Thomas Gerigk to add a 'help' command | Aaron Bentley | 2006-04-01 | 1 | -1/+1 |
* | be now uses subprocess, so it requires Python 2.4 | Aaron Bentley | 2005-12-23 | 1 | -1/+1 |
* | Made -h, help, --help work | Aaron Bentley | 2005-05-17 | 1 | -1/+1 |
* | Added appropriate copyright notices, GPLed. | Aaron Bentley | 2005-05-16 | 1 | -0/+18 |
* | Added new status - "in-progress" | Oleg Romanyshyn | 2005-04-22 | 1 | -0/+1 |
* | Switched to exception help handling | Aaron Bentley | 2005-03-22 | 1 | -1/+7 |
* | Changed help format to look like bzr's | Aaron Bentley | 2005-03-17 | 1 | -1/+1 |
* | Removed unused code | Aaron Bentley | 2005-03-11 | 1 | -1/+0 |
* | Added exceptions for missing commands, handled -, plugin command exec | Aaron Bentley | 2005-03-11 | 1 | -9/+1 |
* | Implemented plugin system for viewing commands | Aaron Bentley | 2005-03-11 | 1 | -2/+9 |
* | Modularized commands into files | Aaron Bentley | 2005-03-11 | 1 | -57/+17 |
* | Added severity command | Aaron Bentley | 2005-03-11 | 1 | -7/+11 |
* | Removed friendly bug name | Aaron Bentley | 2005-03-11 | 1 | -1/+0 |
* | Ensured bug list shows unique ids | Aaron Bentley | 2005-03-10 | 1 | -3/+3 |
* | Implemented show command | Aaron Bentley | 2005-03-09 | 1 | -8/+10 |
* | Added creator to bug listing | Aaron Bentley | 2005-03-09 | 1 | -2/+3 |
* | Fixed up Bugs Everywhere command listings | Aaron Bentley | 2005-03-09 | 1 | -4/+9 |
* | Implemented set-root command | Aaron Bentley | 2005-03-09 | 1 | -1/+6 |
* | Added ability to create, close, open bugs | Aaron Bentley | 2005-03-09 | 1 | -5/+27 |
* | Added support for severity, creator, target | Aaron Bentley | 2005-03-09 | 1 | -2/+18 |
* | Implemented bug status and "active" flag | Aaron Bentley | 2005-03-09 | 1 | -2/+2 |
* | Moved code into bugdir, handled unknown commands | Aaron Bentley | 2005-03-09 | 1 | -7/+13 |