aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/depend.py
Commit message (Expand)AuthorAgeFilesLines
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+1
* Rewrite commands to use bugdirs instead of a single bugdir.W. Trevor King2012-08-291-51/+61
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-1/+3
* Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/beChris Ball2011-01-081-4/+4
|\
| * Fix list --important to actually apply a filter.Robert Lehmann2010-11-141-4/+4
* | Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
|/
* Make dependency tree output respect --show-status/--show-summary flags.W. Trevor King2010-10-281-6/+6
* Move Filter, parse_status, and parse_severity from list to depend.W. Trevor King2010-10-281-1/+67
* libbe.command.depend now shares libbe.command.list's status/severity parsing ...W. Trevor King2010-10-281-19/+8
* Make Gianluca's bug status display optional for `be depend`.W. Trevor King2010-07-141-14/+22
* Updated the changes following Chris Rewviewgian2010-07-071-3/+3
* Added the bug summary to the output of the 'be depend' commandGianluca2010-07-071-2/+2
* UsageError -> UserError in a few libbe.command.* submods.W. Trevor King2010-06-261-3/+3
* Use bug.id.user() instead of bug.uuid many places in libbe.command.dependW. Trevor King2010-06-261-27/+27
* Fix Tree() calls in libbe.command.dependW. Trevor King2010-06-261-2/+2
* Ran update_copyright.pyW. Trevor King2010-06-221-11/+12
* Updated copyright informationW. Trevor King2010-01-011-2/+2
* Added UserInterface and other improved abstractions for command handlingW. Trevor King2009-12-311-12/+14
* Transitioned severity to Command-format, also added Command._get_*()W. Trevor King2009-12-141-10/+11
* Transitioned depend to Command formatW. Trevor King2009-12-141-121/+155
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-0/+371