Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added libbe/upgrade.py to handle upgrading on-disk bugdirs. | W. Trevor King | 2009-08-31 | 2 | -6/+6 |
| | |||||
* | Updated GPLv2 to current GPLv2. | W. Trevor King | 2009-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes Ben's bug 00f26f04-9202-4288-8744-b29abc2342d6. I also tweaked update_copyright.sh to make possible future copyright-blurb revision easier. The new algorithm is greedier, overwriting _all_ consecutive comments after a '^# Copyright' line, so do # Copyright # GPL ... GPL ... GPL # Your comment here... not # Copyright # GPL ... GPL ... GPL # # Your comment here... Without the blank line, your comment would get overwritten by the next run of update_copyright.sh. Note that catmutt is ignored by update_copyright.sh because Moritz Barsnick has only licensed his grepm code under the GPLv2 (not GPLv>=2). See the initial catmutt commit for details. | ||||
* | Went through "closed" bugs looking for miss-categorized bugs. | W. Trevor King | 2009-07-11 | 4 | -17/+16 |
| | | | | | | Found a few that were actually "fixed" and one that I reopened. Perhaps we should add a "merged" status to the default, so that the merged bugs don't clutter up the closed bugs category... | ||||
* | Added `be tag --list' to list all tags. | W. Trevor King | 2009-06-25 | 1 | -31/+6 |
| | | | | | Loading all the bugs for the list search had the side effect of updating all the bug values files to the new YAML format. | ||||
* | Apply patches from j@oil21.org, Ben Finney, Jelmer Vernooij. | Chris Ball | 2008-05-16 | 3 | -0/+71 |