aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Imported Ben's VCS vs. RCS bug report from the mailing list.W. Trevor King2009-08-035-0/+96
* Ssupport for UTF-8 in "be comment" calls to EDITOR/VISUAL.W. Trevor King2009-08-032-2/+2
* Merged dependency tree branch.W. Trevor King2009-08-011-29/+272
|\
| * Added dependency tree display with "be depend -t DEPTH BUG-ID".W. Trevor King2009-08-011-2/+56
| * Added one-way-link repair.W. Trevor King2009-08-011-7/+59
| * Added two-way dependency links.W. Trevor King2009-08-011-22/+159
|/
* Now becommands.new's unittest cleans up after itself.W. Trevor King2009-07-311-1/+1
* Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-3121-56/+93
* Return to original directory after libbe.bugdir.SimpleBugDirTestCase().W. Trevor King2009-07-311-0/+2
* Removed libbe.bzr.Bzr's automerge on post-commit.W. Trevor King2009-07-311-14/+0
* Fixed libbe.bugdir.BugDirTestCase.testComments(sync_with_disk=False).W. Trevor King2009-07-311-1/+1
* Fixed comment.cmp_attr unittest because "o" > "a" so cmp("o", "a") == 1.W. Trevor King2009-07-311-2/+2
* Fixed indent spacing in libbe.diff.report().W. Trevor King2009-07-311-20/+22
* Merged interactive email interfaceW. Trevor King2009-07-2975-465/+3539
|\
| * Corrected some problems with revision_id() before an initial commit.W. Trevor King2009-07-293-2/+19
| * be-handle-mail no longer sends blank subscriber emails when no change occurs.W. Trevor King2009-07-271-4/+15
| * Fixed _procmailrc rules.W. Trevor King2009-07-272-16/+20
| * Restored Makefile to /home/wking installationW. Trevor King2009-07-271-3/+3
| * Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).W. Trevor King2009-07-273-40/+88
| * Allow "subscribe" command via the email interface.W. Trevor King2009-07-271-1/+1
| * Tweaked the output text for modified bugs in libbe.diff and be-handle-mail.W. Trevor King2009-07-272-2/+8
| * Added "be-handle-mail --notify-since REVISION".W. Trevor King2009-07-271-27/+62
| * Added an additional format check to be-handle-mail's pseudoheader parsing.W. Trevor King2009-07-273-2/+4
| * Merged "be subscribe" and be-handle-mail subscription support.W. Trevor King2009-07-2730-394/+1648
| |\
| | * Subscribing myself to all changes.W. Trevor King2009-07-271-0/+4
| | * Moved be-handle-mail over to new libbe.diff classes.W. Trevor King2009-07-271-96/+49
| | * Removed debugging exception from libbe/comment.py.W. Trevor King2009-07-271-1/+0
| | * Comment.remove() now ignores .sync_with_disk when removing the root comment.W. Trevor King2009-07-271-1/+1
| | * Added default to settings_object.versioned_property's change_hook_property.W. Trevor King2009-07-273-19/+8
| | * Put bd into read-only mode in becommands/diff.py.W. Trevor King2009-07-271-0/+6
| | * Added cmp functions to libbe.comment, and fleshed them out in libbe.bug.W. Trevor King2009-07-273-7/+78
| | * Hack Comment.load_settings() to work around From->Author change.W. Trevor King2009-07-271-0/+3
| | * Cache data strings in libbe.diff.DiffTree.W. Trevor King2009-07-271-0/+3
| | * Major rewrite of libbe.diff introduces DiffTree and Diff classes.W. Trevor King2009-07-272-110/+395
| | * .sync_with_disk fixes for libbe.bugdir and .comment.W. Trevor King2009-07-272-4/+8
| | * Added DiskAccessRequired errors to libbe.bug.Bug and .comment.Comment.W. Trevor King2009-07-262-98/+144
| | * BugDir._in_memory was a stupid idea. Took it back out.W. Trevor King2009-07-261-103/+147
| | * Added in_memory to BugDir.__init__ to disable saving/loading completely.W. Trevor King2009-07-251-17/+77
| | * Added on_disk option to libbe.bugdir.simple_bug_dir().W. Trevor King2009-07-251-6/+14
| | * Renamed Comment.From and .time_string to .author and .date respectively.W. Trevor King2009-07-254-35/+32
| | * Added autocommit wishlist request by Martin KrafftW. Trevor King2009-07-245-0/+65
| | * be-handle-mail successfully generates bugdir-changed notification emails.W. Trevor King2009-07-231-7/+180
| | * "be diff" now compares agains the last commit (for versioning VCSs).W. Trevor King2009-07-231-0/+2
| | * Added .revision_id() to all the VCSs.W. Trevor King2009-07-236-24/+114
| | * Broke encodedMIMEText out of send-pgp-mime.PGPMimeMessageFactory.W. Trevor King2009-07-231-20/+21
| | * Added Tree types and get_bugdir_subscribers to becommands/subscribe.py.W. Trevor King2009-07-231-83/+214
| | * Merged libbe.diff upgrades and libbe.tree.Tree.has_descendant from be.wtk-rr.W. Trevor King2009-07-235-37/+89
| | |\
| | * | Added comment on notification granularity (commit-level).W. Trevor King2009-07-232-0/+18
| | * | Added becommands/subscribe.py to manage subscription list.W. Trevor King2009-07-223-0/+250
| |/ /
| * | Merged assorted changes from be.wtk-rr for BugDir.extra_strings.W. Trevor King2009-07-21167-119/+4464
| |\ \