Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #bea/8fc# : be crashes on outdated id-cache | W. Trevor King | 2010-01-24 | 1 | -1/+1 |
| | | | | Also explicitly avoid loading or saving settings for root comments. | ||||
* | Added bug #bea/8fc# : be crashes on outdated id-cache | W. Trevor King | 2010-01-24 | 5 | -0/+78 |
| | |||||
* | Added some bugs (and fixed typo) noticed while rewriting documentation | W. Trevor King | 2010-01-24 | 8 | -1/+100 |
| | |||||
* | Use _get_user_id() in New, remove unused 'user-id' prop. from Commit. | W. Trevor King | 2010-01-21 | 5 | -0/+15 |
| | | | | | Added creator field to bugs without creator information. Mostly this is due to the recent lack of creator-setting in `be new`. | ||||
* | Strip footers (signatures) in be-mail-to-xml | W. Trevor King | 2010-01-20 | 5 | -0/+134 |
| | |||||
* | Marked #bea/ed5# as fixed | W. Trevor King | 2010-01-19 | 1 | -1/+1 |
| | |||||
* | Added #bea/343# : Attach tests to bugs | W. Trevor King | 2010-01-03 | 3 | -0/+30 |
| | |||||
* | Add #bea/814# : Add Roundup-like flexibility | W. Trevor King | 2010-01-03 | 5 | -0/+111 |
| | |||||
* | Add #bea/ed5# : Slow and ugly diff implementation | W. Trevor King | 2010-01-03 | 7 | -0/+92 |
| | |||||
* | Updated NEWS and closed #bea/110# | W. Trevor King | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | Commented #bea/110/781# on why I'm not supporting Arch.child(revision) | W. Trevor King | 2009-12-29 | 2 | -0/+25 |
| | |||||
* | Restore comment stripping to libbe.ui.util.editor.editor_string() | W. Trevor King | 2009-12-28 | 2 | -0/+25 |
| | |||||
* | Fixed libbe.storage.util.upgrade | W. Trevor King | 2009-12-27 | 2 | -0/+56 |
| | | | | | | | | | | | | | Note that it only upgrades on-disk versions, so you can't use a non-VCS storage backend whose version isn't your command's current storage version. See #bea/110/bd1# for reasoning. To see the on-disk storage version, look at .be/version To see your command's supported storage version, look at be --full-version I added test_upgrade.sh to exercise the upgrade mechanism on BE's own repository. | ||||
* | Converted libbe.storage.vcs.base to new Storage format. | W. Trevor King | 2009-12-13 | 484 | -0/+8239 |