aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/depend.py
Commit message (Expand)AuthorAgeFilesLines
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-371/+0
* be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.W. Trevor King2009-12-071-2/+4
* Docstring clarification in becommands.depend.get_blocked_by()W. Trevor King2009-12-051-1/+1
* Removed target stuff from becommands/list.py and tweaked options.W. Trevor King2009-12-051-5/+4
* Moved becommands.depend._allowed_values() to cmdutil.select_values()W. Trevor King2009-12-051-48/+11
* Added --limit-status and --limit-severity to `be depend'.W. Trevor King2009-12-051-12/+79
* Added restrict_file_access to becommands' execute() args.W. Trevor King2009-11-211-1/+1
* Broke `be comment --xml` out and extended into `be import-xml`.W. Trevor King2009-11-211-2/+2
* Ran the new update_copyright.pyW. Trevor King2009-11-191-1/+2
* Added dependency tree display with "be depend -t DEPTH BUG-ID".W. Trevor King2009-08-011-2/+56
* Added one-way-link repair.W. Trevor King2009-08-011-7/+59
* Added two-way dependency links.W. Trevor King2009-08-011-22/+159
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-311-1/+2
* Merged interactive email interfaceW. Trevor King2009-07-291-6/+7
|\
| * Merged assorted changes from be.wtk-rr for BugDir.extra_strings.W. Trevor King2009-07-211-1/+0
| |\
| * | Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-161-6/+7
* | | Added clean messages on bug_from_shortname failure.W. Trevor King2009-07-291-2/+2
| |/ |/|
* | Cleaned up saving/sync_with_disk.W. Trevor King2009-07-211-1/+0
|/
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Add "--show-status" flag to "be depend"W. Trevor King2009-06-301-1/+13
* Updated help strings, man page, and completionsW. Trevor King2009-06-251-1/+1
* Added `be depend'.W. Trevor King2009-06-251-0/+83