aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/assign.py
Commit message (Expand)AuthorAgeFilesLines
* 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