aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/8e948522-c6a1-4c97-af93-2cf4090f44b5/comments
Commit message (Collapse)AuthorAgeFilesLines
* Added `be list --sort *` for user-selectable sorting.W. Trevor King2009-06-223-16/+15
| | | | | | | | | | | Also added libbe.bug.cmp_last_modified, which handles part of 9ce2f015-8ea0-43a5-a03d-fc36f6d202fe. To do better we could extend the RCS framework. I also transcribed a few emails from the be-devel list onto their relavent bugs and closed a few bugs. Finally, I removed some left over InvalidValue cruft.
* Removed auto-wrapping from comment.Comment.string().W. Trevor King2008-11-242-0/+22
It makes tracebacks almost illegible. I doubt markup/markdown systax or auto-formatting is really useful, since bugs-reports are ususally a short comment and a traceback. I also closed a4d38ba7-ec28-4096-a4f3-eb8c9790ffb2 and 7bfc591e-584a-476e-8e11-b548f1afcaa6, which have probably been fixed for a long time...