aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab
Commit message (Collapse)AuthorAgeFilesLines
* Added bug #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-245-0/+78
|
* Added some bugs (and fixed typo) noticed while rewriting documentationW. Trevor King2010-01-249-7/+100
|
* Use _get_user_id() in New, remove unused 'user-id' prop. from Commit.W. Trevor King2010-01-215-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-xmlW. Trevor King2010-01-205-0/+134
|
* Marked #bea/ed5# as fixedW. Trevor King2010-01-191-1/+1
|
* Added #bea/343# : Attach tests to bugsW. Trevor King2010-01-033-0/+30
|
* Add #bea/814# : Add Roundup-like flexibilityW. Trevor King2010-01-035-0/+111
|
* Add #bea/ed5# : Slow and ugly diff implementationW. Trevor King2010-01-037-0/+92
|
* Updated NEWS and closed #bea/110#W. Trevor King2009-12-311-1/+1
|
* Commented #bea/110/781# on why I'm not supporting Arch.child(revision)W. Trevor King2009-12-292-0/+25
|
* Restore comment stripping to libbe.ui.util.editor.editor_string()W. Trevor King2009-12-282-0/+25
|
* Fixed libbe.storage.util.upgradeW. Trevor King2009-12-272-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 King2009-12-13485-0/+8259