aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/target.py
Commit message (Expand)AuthorAgeFilesLines
* BugDir.list_uuids() -> BugDir.uuids()W. Trevor King2009-11-281-1/+1
* 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-1/+1
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-311-1/+2
* Merged interactive email interfaceW. Trevor King2009-07-291-8/+9
|\
| * 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-8/+9
* | | Added clean messages on bug_from_shortname failure.W. Trevor King2009-07-291-1/+1
| |/ |/|
* | 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
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-111-1/+0
* Adjustments to new versioned_property behavior.W. Trevor King2009-07-111-2/+2
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+6
* `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
* Bug moved to the settings_object system.W. Trevor King2008-12-021-2/+2
* Added bugid_args option to cmdutil.default_complete.W. Trevor King2008-11-271-1/+2
* Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-271-1/+3
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-12/+11
* Tweaked usage strings to increase consistency. Also added README.dev.W. Trevor King2008-11-241-2/+2
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-231-1/+1
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-6/+6
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-3/+1
* unbreak some tests.Marien Zwart2006-04-051-5/+5
* Help cleanupAaron Bentley2006-04-031-1/+0
* parsified 'target'-help.Thomas Gerigk2006-04-031-3/+9
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
* Added tests for 'target'Aaron Bentley2005-03-241-0/+15
* Added target commandAaron Bentley2005-03-181-0/+37