aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/target.py
Commit message (Expand)AuthorAgeFilesLines
* Used PyCharms inspectors.Matěj Cepl2024-03-301-8/+8
* WIP plenty of clean-ups and porting to Python 3.Matěj Cepl2024-01-211-2/+2
* 2to3 conversion of the repo.Matěj Cepl2024-01-181-6/+6
* Incorrect accquiring bugdir command line argumentMatěj Cepl2013-10-311-1/+1
* command:target: Print full ID (bugdir/bug) on --resolveW. Trevor King2013-07-101-1/+1
* 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-25/+40
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Ran update_copyright.py.W. Trevor King2010-10-211-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-221-12/+13
* Fix vars call for `be target --help`W. Trevor King2010-01-231-1/+1
* Ajdust Target tests for cached BugDir.uuids() implementationW. Trevor King2010-01-211-0/+1
* Add entry points for functionality needed by CFBE (and probably other UIs)W. Trevor King2010-01-201-4/+13
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Added UserInterface and other improved abstractions for command handlingW. Trevor King2009-12-311-13/+15
* Allow external use of Command.usage() and use CmdOptionParser.set_usage()W. Trevor King2009-12-281-1/+1
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-1/+1
* Transitioned set to Command-formatW. Trevor King2009-12-151-5/+2
* Transitioned target to Command-formatW. Trevor King2009-12-151-65/+97
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-0/+168