aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/cmdutil.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-161-2/+3
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Fixed "be --dir --complete"W. Trevor King2009-07-131-0/+8
* Use CmdOptionParser in "be".W. Trevor King2009-07-131-9/+14
* Added "be comment --xml --ignore-missing-references ID COMMENT".W. Trevor King2009-07-121-1/+2
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-111-1/+0
* Fixed minor doctest failure in cmdutil.pyW. Trevor King2009-07-111-1/+1
* seems to work ;)W. Trevor King2009-07-101-3/+5
* Simplified error handling in ./beW. Trevor King2009-07-101-6/+6
* Added ability to show individual comments with "be show".W. Trevor King2009-07-061-2/+12
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+3
* Updated help strings, man page, and completionsW. Trevor King2009-06-251-1/+7
* becommands/severity and status now handle --complete appropriately.W. Trevor King2008-12-041-0/+2
* Added becommands/comment completion.W. Trevor King2008-11-271-1/+0
* Added bugid_args option to cmdutil.default_complete.W. Trevor King2008-11-271-3/+23
* Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-271-2/+22
* Merged --commands and --options into --complete. Simpler that way.W. Trevor King2008-11-271-12/+8
* Basic bash completion is now supported.W. Trevor King2008-11-271-3/+26
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-13/+13
* Replaced direct filesystem read from bugdir.py with RCS mediated read.W. Trevor King2008-11-241-4/+3
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-105/+6
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-0/+15
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-161-30/+14
* Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string().W. Trevor King2008-11-151-23/+0
* becommands/show.py gives more specific bug information.W. Trevor King2008-11-151-13/+19
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-141-2/+2
* Added caveat about using short bug names to unique_name().W. Trevor King2008-11-141-0/+4
* Cleaned up and docstringed libbe.cmdutil.unique_name().W. Trevor King2008-11-141-3/+6
* Merge both linesAaron Bentley2006-04-041-0/+48
|\
| * Added reply handling to commentsAaron Bentley2006-04-031-0/+48
* | Refactored the command listingAaron Bentley2006-04-011-0/+9
|/
* Auto-decode user input to unicodeAaron Bentley2006-01-261-1/+3
* got tests passingAaron Bentley2005-12-211-3/+0
* Forced be to show minimum 3 digits, because 3 is common.Aaron Bentley2005-05-171-0/+2
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
* Changed layout of the displaying bugs (list and show commands)Oleg Romanyshyn2005-04-221-2/+5
* Moved FileString and get_file() into utility.pyAaron Bentley2005-03-231-0/+6
* Pulled in Fai's optparserAaron Bentley2005-03-221-1/+30
* Stopped showing targets under target-specific headingsAaron Bentley2005-03-211-2/+2
* Fixed test cases so they're not machine-specificAaron Bentley2005-03-201-2/+2
* Used cmdutil tree_root wrapper to avoid tracebacks on wrong treeAaron Bentley2005-03-181-0/+23
* Organized list by who the bugs are assigned toAaron Bentley2005-03-181-0/+9
* Corrected capitalization of targetAaron Bentley2005-03-181-1/+1
* Added "assign" commandAaron Bentley2005-03-181-3/+7
* Added unit testing frameworkAaron Bentley2005-03-111-0/+19
* Added exceptions for missing commands, handled -, plugin command execAaron Bentley2005-03-111-3/+10
* Implemented plugin system for viewing commandsAaron Bentley2005-03-111-0/+9
* Added severity commandAaron Bentley2005-03-111-1/+12
* Removed friendly bug nameAaron Bentley2005-03-111-7/+1
* Tweaked summary messageAaron Bentley2005-03-101-1/+1