aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/comment.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-161-5/+6
* Added --author and --alt-id to "be comment".W. Trevor King2009-07-141-0/+8
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Added "be comment --xml --ignore-missing-references ID COMMENT".W. Trevor King2009-07-121-1/+8
* Not escaping whitespace (e.g. endlines) outside the XML document root.W. Trevor King2009-07-121-1/+1
* Added be-mbox-to-xml.W. Trevor King2009-07-121-2/+3
* "be comment --xml" now translates comment uuids to alt_ids.W. Trevor King2009-07-111-5/+11
* Adjustments to new versioned_property behavior.W. Trevor King2009-07-111-3/+3
* seems to work ;)W. Trevor King2009-07-101-5/+38
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+3
* "be comment" now handles the default options.content_type.W. Trevor King2009-06-301-1/+2
* Added ability to handle non text/* MIME types.W. Trevor King2009-06-261-3/+7
* Added `be list --sort *` for user-selectable sorting.W. Trevor King2009-06-221-0/+4
* Added comments-from-stdin, so we can add tracebacks, e.g. withW. Trevor King2009-06-191-7/+14
* Converted Comment to the settings_object system.W. Trevor King2008-12-021-6/+6
* Optimized bug loading from becommands/comment with partial-uuid matching.W. Trevor King2008-11-271-2/+10
* Added becommands/comment completion.W. Trevor King2008-11-271-1/+26
* Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-271-1/+3
* Fixed typo in becommands/comment help string.W. Trevor King2008-11-271-1/+1
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-14/+13
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-231-6/+12
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-20/+43
* Merged bug.new_comment into bug.Bug.new_comment.W. Trevor King2008-11-191-2/+1
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-5/+4
* Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-161-0/+2
* Fixed a few more Comment.date->time calls.W. Trevor King2008-11-141-1/+1
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-141-2/+3
* Assume commit messages are in utf-8 for now...Aaron Bentley2007-07-301-0/+1
* Add support for VISUALAaron Bentley2007-07-161-1/+2
* Added prompt to commentsAaron Bentley2006-04-161-1/+1
* Added reply handling to commentsAaron Bentley2006-04-031-3/+9
* Fixed test suite for the unicode switchAaron Bentley2006-04-011-2/+2
* Added tests for missing $EDITORAaron Bentley2005-05-171-0/+4
* Fixed bug handing missing $EDITORAaron Bentley2005-05-171-1/+5
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
* Added tests for commentsAaron Bentley2005-03-241-0/+21
* Made comment work with an editor Aaron Bentley2005-03-231-3/+12
* Added comment support to show, added comment commandAaron Bentley2005-03-231-0/+22