aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/assign.py
Commit message (Expand)AuthorAgeFilesLines
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-90/+0
* be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.W. Trevor King2009-12-071-2/+4
* 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
* Ran the new update_copyright.pyW. Trevor King2009-11-191-0/+1
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-311-1/+2
* Merged interactive email interfaceW. Trevor King2009-07-291-5/+7
|\
| * Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-161-5/+6
* | Added clean messages on bug_from_shortname failure.W. Trevor King2009-07-291-1/+1
|/
* 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-3/+3
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+4
* Bug moved to the settings_object system.W. Trevor King2008-12-021-3/+3
* 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-7/+7
* Tweaked usage strings to increase consistency. Also added README.dev.W. Trevor King2008-11-241-1/+1
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-231-6/+6
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-13/+21
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-6/+5
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-141-1/+1
* unbreak some tests.Marien Zwart2006-04-051-3/+3
* changed assign.py to look similar to those commands using get_parser()-stuff.Thomas Gerigk2006-04-031-3/+8
* Fixed test suite for the unicode switchAaron Bentley2006-04-011-1/+1
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
* Added tests for assignAaron Bentley2005-03-241-0/+18
* Speling errrorAaron Bentley2005-03-231-1/+1
* Added "assign" commandAaron Bentley2005-03-181-0/+33