aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/comment.py
Commit message (Expand)AuthorAgeFilesLines
* Converted Comment to the settings_object system.W. Trevor King2008-12-021-56/+28
* Added decorator-style properties to bugdir. Created settings_object module.W. Trevor King2008-12-021-1/+1
* Added decorator-style properties to libbe/comment.py.W. Trevor King2008-12-011-66/+162
* Added becommands/comment completion.W. Trevor King2008-11-271-2/+4
* Added -a/n/m/r to becommands/diff.py.W. Trevor King2008-11-251-2/+2
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-3/+11
* Added becommands/merge to join duplicate bugs.W. Trevor King2008-11-241-6/+13
* Fixed broken doctest and inconsitent indentation from not wrapping comments.W. Trevor King2008-11-241-2/+4
* Removed auto-wrapping from comment.Comment.string().W. Trevor King2008-11-241-2/+4
* Added 'allow_no_rcs' flag to RCS file system access methods.W. Trevor King2008-11-241-1/+1
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-231-7/+7
* Added archive/project init code for `./test_usage.sh arch`.W. Trevor King2008-11-231-1/+1
* Oops, these new submods are used by the new, classified Bug & BugDir.W. Trevor King2008-11-221-0/+382