aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bugs/576e804a-8b76-4876-8e9d-d7a72b0aef10/comments
Commit message (Collapse)AuthorAgeFilesLines
* Added `be list --sort *` for user-selectable sorting.W. Trevor King2009-06-224-0/+53
| | | | | | | | | | | 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.
* Added comments-from-stdin, so we can add tracebacks, e.g. withW. Trevor King2009-06-192-0/+12
$ be list --invalid-option | be comment <bug-id> -