Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clearer UnicodeDecodeError message in command_line.dispatch(). | W. Trevor King | 2010-02-01 | 9 | -0/+131 | |
| | | | | | See #bea/e30# ("Where should the vcs-name and encoding configuration options live?") for details. | |||||
* | Added #bea/169# : Generating per-bugdir/bug/comment change logs | W. Trevor King | 2010-01-28 | 3 | -0/+47 | |
| | ||||||
* | Removed taglines other cruft from #bea/d99# comments | W. Trevor King | 2010-01-28 | 13 | -192/+10 | |
| | ||||||
* | Add #bea/9c2# : Can comment punt functionality to email.Message? | W. Trevor King | 2010-01-28 | 3 | -0/+34 | |
| | ||||||
* | Streamlined libbe.command.serve, adding --auth option, #/bea/c1b#, and testing. | W. Trevor King | 2010-01-27 | 3 | -0/+37 | |
| | ||||||
* | 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 | 9 | -7/+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 | 485 | -0/+8259 | |