summaryrefslogtreecommitdiff
path: root/libbe/cmdutil.py
Commit message (Expand)AuthorAge
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-07
* be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.W. Trevor King2009-12-07
* Moved becommands.depend._allowed_values() to cmdutil.select_values()W. Trevor King2009-12-05
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-03
* Remove _test() functions from plugin.py and cmdutil.py.W. Trevor King2009-12-03
* Added restrict_file_access to becommands' execute() args.W. Trevor King2009-11-21
* Broke `be comment --xml` out and extended into `be import-xml`.W. Trevor King2009-11-21
* Ran the new update_copyright.pyW. Trevor King2009-11-19
* Fixed bugdir name collision in cmdutil.bug_from_shortname()W. Trevor King2009-09-23
* Added docstrings to libbe submodules.W. Trevor King2009-08-31
* Merged interactive email interfaceW. Trevor King2009-07-29
|\
| * Merged "be commit --allow-empty from be.wtk-rr"W. Trevor King2009-07-19
| |\
| * \ Merged becommands/commit.py addition from be.wtk-rr.W. Trevor King2009-07-19
| |\ \
| * | | Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-16
* | | | Added clean messages on bug_from_shortname failure.W. Trevor King2009-07-29
| |_|/ |/| |
* | | Added --allow-empty to "be commit"W. Trevor King2009-07-19
| |/ |/|
* | Added becommands/commit.py and minor fixes.W. Trevor King2009-07-19
|/
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-14
* Fixed "be --dir --complete"W. Trevor King2009-07-13
* Use CmdOptionParser in "be".W. Trevor King2009-07-13
* Added "be comment --xml --ignore-missing-references ID COMMENT".W. Trevor King2009-07-12
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-11
* Fixed minor doctest failure in cmdutil.pyW. Trevor King2009-07-11
* seems to work ;)W. Trevor King2009-07-10
* Simplified error handling in ./beW. Trevor King2009-07-10
* Added ability to show individual comments with "be show".W. Trevor King2009-07-06
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-01
* Updated help strings, man page, and completionsW. Trevor King2009-06-25
* becommands/severity and status now handle --complete appropriately.W. Trevor King2008-12-04
* Added becommands/comment completion.W. Trevor King2008-11-27
* Added bugid_args option to cmdutil.default_complete.W. Trevor King2008-11-27
* Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-27
* Merged --commands and --options into --complete. Simpler that way.W. Trevor King2008-11-27
* Basic bash completion is now supported.W. Trevor King2008-11-27
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-25
* Replaced direct filesystem read from bugdir.py with RCS mediated read.W. Trevor King2008-11-24
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-21
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-18
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-16
* Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string().W. Trevor King2008-11-15
* becommands/show.py gives more specific bug information.W. Trevor King2008-11-15
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-14
* Added caveat about using short bug names to unique_name().W. Trevor King2008-11-14
* Cleaned up and docstringed libbe.cmdutil.unique_name().W. Trevor King2008-11-14
* Merge both linesAaron Bentley2006-04-04
|\
| * Added reply handling to commentsAaron Bentley2006-04-03
* | Refactored the command listingAaron Bentley2006-04-01
|/
* Auto-decode user input to unicodeAaron Bentley2006-01-26
* got tests passingAaron Bentley2005-12-21
* Forced be to show minimum 3 digits, because 3 is common.Aaron Bentley2005-05-17