aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/list.py
Commit message (Expand)AuthorAgeFilesLines
* trivial: remove an unused importMatthew Fernandez2017-10-071-1/+0
* 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-9/+13
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-0/+2
* Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/beChris Ball2011-01-081-2/+4
|\
| * Respected all sorting criteria, not only the last.Robert Lehmann2010-11-261-1/+1
| * Safeguard List._sort_bugs from accumulating values in its default parameters.Robert Lehmann2010-11-261-1/+3
| * Use a clean getattr() instead of eval().Robert Lehmann2010-11-261-1/+1
* | Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
|/
* Move Filter, parse_status, and parse_severity from list to depend.W. Trevor King2010-10-281-66/+1
* libbe.command.depend now shares libbe.command.list's status/severity parsing ...W. Trevor King2010-10-281-19/+27
* Fixed `list --sort ...` bug.W. Trevor King2010-10-281-1/+3
* Add `list --sort time` test reproducing Gianluca's bug.W. Trevor King2010-10-281-0/+1
* `be list` without --extra-strings now lists bugs with extra strings.W. Trevor King2010-06-261-1/+1
* Reworked `be list --extra-strings REGEXP` logic.W. Trevor King2010-06-251-2/+8
* Added --tags to `be list`.W. Trevor King2010-06-251-4/+16
* Ran update_copyright.pyW. Trevor King2010-06-221-12/+13
* Fixed List --severity handling, added --importantW. Trevor King2010-01-231-2/+3
* Modern ID format in `be list` _long_helpW. Trevor King2010-01-231-5/+5
* Fix typos in untested parts of List and Import_XML for test_usage.pyW. Trevor King2010-01-231-3/+3
* Added `be list --mine`W. Trevor King2010-01-231-6/+10
* Converted `be list --xml` to <be-xml> format.W. Trevor King2010-01-211-2/+2
* Add entry points for functionality needed by CFBE (and probably other UIs)W. Trevor King2010-01-201-13/+23
* Changed `be list --uuids` to `be list --ids`W. Trevor King2010-01-031-5/+5
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Added UserInterface and other improved abstractions for command handlingW. Trevor King2009-12-311-6/+8
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-3/+3
* Transitioned severity to Command-format, also added Command._get_*()W. Trevor King2009-12-141-4/+6
* Transitioned merge to Command-formatW. Trevor King2009-12-141-2/+2
* Transitioned depend to Command formatW. Trevor King2009-12-141-2/+3
* Transitioned init to Command formatW. Trevor King2009-12-141-3/+3
* Transitioned assign to Command formatW. Trevor King2009-12-141-16/+11
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-131-7/+9
* Moved be to libbe.ui.command_line and transitioned to Command format.W. Trevor King2009-12-121-0/+1
* Moved command completion from libbe.ui.util to libbe.command.utilW. Trevor King2009-12-121-11/+10
* Added libbe.command.base (with Command class) and moved list command to new f...W. Trevor King2009-12-121-159/+181
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-0/+240