aboutsummaryrefslogtreecommitdiffstats
path: root/be
Commit message (Expand)AuthorAgeFilesLines
* Ran the new update_copyright.pyW. Trevor King2009-11-191-0/+1
* Added `be --verbose-version' option to print full version information.W. Trevor King2009-09-151-2/+4
* Added libbe.version, wrapping the auto-generated libbe._version.W. Trevor King2009-09-151-2/+2
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-12/+11
* Fixed "be --dir --complete"W. Trevor King2009-07-131-0/+7
* Added --dir option to "be"W. Trevor King2009-07-131-1/+6
* Use CmdOptionParser in "be".W. Trevor King2009-07-131-29/+45
* Simplified error handling in ./beW. Trevor King2009-07-101-15/+15
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+4
* Updated help strings, man page, and completionsW. Trevor King2009-06-251-1/+1
* Added auto-generated version info. (be --version)W. Trevor King2009-06-251-1/+3
* Merged --commands and --options into --complete. Simpler that way.W. Trevor King2008-11-271-3/+2
* Basic bash completion is now supported.W. Trevor King2008-11-271-0/+5
* Added --commands option to be to help with bash completion.W. Trevor King2008-11-271-0/+3
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-1/+4
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-7/+3
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-161-27/+4
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-141-2/+4
* Don't require python2.4 for "be".Chris Ball2008-05-161-1/+1
* Fix help printing (Lee Braiden)Aaron Bentley2006-04-171-1/+1
* Refactored the command listingAaron Bentley2006-04-011-8/+1
* Patch from Thomas Gerigk to add a 'help' commandAaron Bentley2006-04-011-1/+1
* be now uses subprocess, so it requires Python 2.4Aaron Bentley2005-12-231-1/+1
* Made -h, help, --help workAaron Bentley2005-05-171-1/+1
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+18
* Added new status - "in-progress"Oleg Romanyshyn2005-04-221-0/+1
* Switched to exception help handlingAaron Bentley2005-03-221-1/+7
* Changed help format to look like bzr'sAaron Bentley2005-03-171-1/+1
* Removed unused codeAaron Bentley2005-03-111-1/+0
* Added exceptions for missing commands, handled -, plugin command execAaron Bentley2005-03-111-9/+1
* Implemented plugin system for viewing commandsAaron Bentley2005-03-111-2/+9
* Modularized commands into filesAaron Bentley2005-03-111-57/+17
* Added severity commandAaron Bentley2005-03-111-7/+11
* Removed friendly bug nameAaron Bentley2005-03-111-1/+0
* Ensured bug list shows unique idsAaron Bentley2005-03-101-3/+3
* Implemented show commandAaron Bentley2005-03-091-8/+10
* Added creator to bug listingAaron Bentley2005-03-091-2/+3
* Fixed up Bugs Everywhere command listingsAaron Bentley2005-03-091-4/+9
* Implemented set-root commandAaron Bentley2005-03-091-1/+6
* Added ability to create, close, open bugsAaron Bentley2005-03-091-5/+27
* Added support for severity, creator, targetAaron Bentley2005-03-091-2/+18
* Implemented bug status and "active" flagAaron Bentley2005-03-091-2/+2
* Moved code into bugdir, handled unknown commandsAaron Bentley2005-03-091-7/+13
* Added basic bug-listing functionalityAaron Bentley2005-03-091-0/+30