aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
Commit message (Expand)AuthorAgeFilesLines
* Created the indexGianluca Montecchi2009-07-192-75/+72
* Changed the index layoutgianluca2009-07-101-160/+24
* Added the last 10 bug open listgianluca2009-07-092-34/+81
* Initial implementation of the html repository export.gianluca2009-07-042-0/+502
* "be init [ROOTDIR]" -> "be init [--root ROOTDIR]"W. Trevor King2009-07-011-15/+16
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-0116-16/+51
* "be set-root" changed to "be init"W. Trevor King2009-06-301-2/+2
* "be comment" now handles the default options.content_type.W. Trevor King2009-06-301-1/+2
* Add "--show-status" flag to "be depend"W. Trevor King2009-06-301-1/+13
* Added ability to handle non text/* MIME types.W. Trevor King2009-06-261-3/+7
* Updated help strings, man page, and completionsW. Trevor King2009-06-252-2/+2
* Remove blank line from tag's output if no tags existW. Trevor King2009-06-251-1/+2
* Added regexp matching to `be list --extra-strings'W. Trevor King2009-06-251-4/+8
* Merged extra-strings branch, adding be tag/depend.W. Trevor King2009-06-253-4/+227
|\
| * Added `be depend'.W. Trevor King2009-06-252-20/+97
| * Added `be tag --list' to list all tags.W. Trevor King2009-06-251-5/+21
| * Added -e/--extra-strings option to `be list`W. Trevor King2009-06-251-4/+12
| * tag --remove now returns bug.settings["extra_strings"] to EMPTY.W. Trevor King2009-06-251-4/+8
| * Added becommands/tag.pyW. Trevor King2009-06-231-0/+118
* | `be target list` -> `be target --list` to standardize syntax.W. Trevor King2009-06-241-3/+13
* | Add ability to list all current targets.Gianluca Montecchi2009-06-241-0/+7
|/
* Added `be list --sort *` for user-selectable sorting.W. Trevor King2009-06-223-8/+25
* Merged be-xml-to-mboxW. Trevor King2009-06-221-4/+1
|\
| * Escape XML strings.W. Trevor King2009-06-221-6/+3
* | Replaced some doctest output with ellipses.W. Trevor King2009-06-212-24/+24
|/
* Added --xml option to becommands/list.pyW. Trevor King2009-06-211-6/+13
* Added comments-from-stdin, so we can add tracebacks, e.g. withW. Trevor King2009-06-191-7/+14
* Merged Thomas Habets 2009-01-07 XML output for "be show".W. Trevor King2009-06-191-4/+22
|\
| * XML output for "be show"Thomas Habets2009-01-071-2/+7
* | Added per-tree default assignee option.W. Trevor King2008-12-041-0/+6
* | becommands/severity and status now handle --complete appropriately.W. Trevor King2008-12-042-7/+51
* | Per-tree status levels working.W. Trevor King2008-12-042-13/+16
* | Adjusted becommands/list.py to use current bug severities levels.W. Trevor King2008-12-041-21/+19
* | Per-tree settings now passed into bug module.W. Trevor King2008-12-041-12/+13
* | Added per-tree configurable severities.W. Trevor King2008-12-043-4/+7
* | Added support for bug reporter field.W. Trevor King2008-12-021-0/+6
* | Added auto-completion for becommands/set property names.W. Trevor King2008-12-021-1/+13
* | Converted Comment to the settings_object system.W. Trevor King2008-12-021-6/+6
* | Bug moved to the settings_object system.W. Trevor King2008-12-023-7/+7
* | Added decorator-style properties to bugdir. Created settings_object module.W. Trevor King2008-12-021-11/+20
* | Optimized bug loading from becommands/comment with partial-uuid matching.W. Trevor King2008-11-271-2/+10
* | Added becommands/comment completion.W. Trevor King2008-11-271-1/+26
* | Completion support added to becommands/helpW. Trevor King2008-11-271-1/+10
* | Added bugid_args option to cmdutil.default_complete.W. Trevor King2008-11-279-9/+20
* | Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-2716-25/+58
* | Merged --commands and --options into --complete. Simpler that way.W. Trevor King2008-11-271-2/+2
* | Basic bash completion is now supported.W. Trevor King2008-11-271-1/+13
* | Fixed typo in becommands/comment help string.W. Trevor King2008-11-271-1/+1
* | Added -a/n/m/r to becommands/diff.py.W. Trevor King2008-11-252-4/+34
* | added -u/uuids option to becommands/listW. Trevor King2008-11-252-7/+22