aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Trevor.Chris Ball2010-06-202-0/+91
|
* Fixed Eric Kow's _darcs/prefs/author bug.W. Trevor King2010-05-193-1/+15
|
* Merged Eric Kow's _darcs/prefs/author bug.W. Trevor King2010-05-193-0/+29
|
* Created a bug (wontfix) for Anton Batenev's default-EDITOR comments.W. Trevor King2010-03-197-0/+80
| | | | Also fixed a UserError typo in import_xml.py.
* Merged Anton Batenev's report of Nicolas Alvarez' unicode-in-be-new bugW. Trevor King2010-03-195-0/+97
|
* Merged Gianluca's truncated-IDs in `be html` output patch.W. Trevor King2010-02-203-1/+18
|\ | | | | | | | | Or at least merged the general idea. Changes in the implementation listed in #bea/01e/2f9#.
* | Merged Gianluca's fix of my version of Eric's patch ;)W. Trevor King2010-02-101-0/+17
|\|
| * Merged Trevor's treeGianluca Montecchi2010-02-103-0/+108
|/
* Clearer UnicodeDecodeError message in command_line.dispatch().W. Trevor King2010-02-019-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 logsW. Trevor King2010-01-283-0/+47
|
* Removed taglines other cruft from #bea/d99# commentsW. Trevor King2010-01-2813-192/+10
|
* Add #bea/9c2# : Can comment punt functionality to email.Message?W. Trevor King2010-01-283-0/+34
|
* Streamlined libbe.command.serve, adding --auth option, #/bea/c1b#, and testing.W. Trevor King2010-01-273-0/+37
|
* Fixed #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-241-1/+1
| | | | Also explicitly avoid loading or saving settings for root comments.
* 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-248-1/+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-13484-0/+8239