projects
/
be.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
be.git
2009-08-01
W. Trevor King
Added dependency tree display with "be depend -t DEPTH...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-01
W. Trevor King
Added one-way-link repair.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-01
W. Trevor King
Added two-way dependency links.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
W. Trevor King
Now becommands.new's unittest cleans up after itself.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
W. Trevor King
Improved unittest cleanup by adding BugDir.cleanup().
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
W. Trevor King
Return to original directory after libbe.bugdir.SimpleB...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
W. Trevor King
Removed libbe.bzr.Bzr's automerge on post-commit.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
W. Trevor King
Fixed libbe.bugdir.BugDirTestCase.testComments(sync_wit...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
W. Trevor King
Fixed comment.cmp_attr unittest because "o" > "a" so...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
W. Trevor King
Fixed indent spacing in libbe.diff.report().
commit
|
commitdiff
|
tree
|
snapshot
2009-07-29
W. Trevor King
Merged interactive email interface
commit
|
commitdiff
|
tree
|
snapshot
2009-07-29
W. Trevor King
Corrected some problems with revision_id() before an...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-29
W. Trevor King
Added clean messages on bug_from_shortname failure.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
be-handle-mail no longer sends blank subscriber emails...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Fixed _procmailrc rules.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Restored Makefile to /home/wking installation
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Cleaned up be-handle-mail's subscriber notification...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Allow "subscribe" command via the email interface.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Tweaked the output text for modified bugs in libbe...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Added "be-handle-mail --notify-since REVISION".
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Added an additional format check to be-handle-mail...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Merged "be subscribe" and be-handle-mail subscription...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Subscribing myself to all changes.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Moved be-handle-mail over to new libbe.diff classes.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Removed debugging exception from libbe/comment.py.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Comment.remove() now ignores .sync_with_disk when remov...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Added default to settings_object.versioned_property...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Put bd into read-only mode in becommands/diff.py.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Added cmp functions to libbe.comment, and fleshed them...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Hack Comment.load_settings() to work around From->Autho...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Cache data strings in libbe.diff.DiffTree.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Major rewrite of libbe.diff introduces DiffTree and...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
.sync_with_disk fixes for libbe.bugdir and .comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
Added DiskAccessRequired errors to libbe.bug.Bug and...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
W. Trevor King
BugDir._in_memory was a stupid idea. Took it back...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-25
W. Trevor King
Added in_memory to BugDir.__init__ to disable saving...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-25
W. Trevor King
Added on_disk option to libbe.bugdir.simple_bug_dir().
commit
|
commitdiff
|
tree
|
snapshot
2009-07-25
W. Trevor King
Renamed Comment.From and .time_string to .author and...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-24
W. Trevor King
Added autocommit wishlist request by Martin Krafft
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
be-handle-mail successfully generates bugdir-changed...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
"be diff" now compares agains the last commit (for...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
Added .revision_id() to all the VCSs.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
libbe.rcs.RCS.commit() now actually calls .pre/postcomm...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
Broke encodedMIMEText out of send-pgp-mime.PGPMimeMessa...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
Added Tree types and get_bugdir_subscribers to becomman...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
Merged libbe.diff upgrades and libbe.tree.Tree.has_desc...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
Added bugdir setting comparision to libbe.diff.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
Added libbe.bug.cmp_comments(), and added that to defau...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
Fixed unrecognized "Test" typo in becommands/comment.py.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
Added comment on notification granularity (commit-level).
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
Added libbe.tree.Tree.has_descendant().
commit
|
commitdiff
|
tree
|
snapshot
2009-07-23
W. Trevor King
libbe/tree.Tree.traverse(depthFirst)->depth_first ...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
W. Trevor King
Added becommands/subscribe.py to manage subscription...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-22
W. Trevor King
Show text of comment's reference in notes when spawning...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
Merged assorted changes from be.wtk-rr for BugDir.extra...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
Added: subscribe/unsubscribe (bug #..., "new bugs"...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
Added .extra_strings to BugDir and Comment
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
I'll add Comment.extra_strings too, while I'm at it.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
Added BugDir.extra_strings.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
Bug._extra_strings_check_fn() guts now utility.iterable...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
Merged libbe.properties unittest fix
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
libbe.properties unittest changes due to "extra change...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
I imported a few threads from the mailing list as wishl...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
Added "--no-comments" to "be show".
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
be-mbox-to-xml is now better at message-id, in-reply...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
"be comment --xml" now saves the comments (again).
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
be-mbox-to-xml handles emails without explicit transfer...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
Added cProfile notes to README.dev.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
Fixed extra change-hook save in testChangeHookMutablePr...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
Touched up becommands/diff.py's help message.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-21
W. Trevor King
Cleaned up saving/sync_with_disk.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
W. Trevor King
Cleaned up some outdated libbe.settings_object.EMPTY...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
W. Trevor King
Use shlex.split() to parse control lines in be-handle...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
W. Trevor King
Added pseudo-header list to interfaces/email/interactiv...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
W. Trevor King
Added psuedo-header handling to be-handle-mail.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
W. Trevor King
Added more VCSs to the delete-commit notes in interface...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-20
W. Trevor King
Added interfaces/email/interactive/README and be-handle...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
be-handle-mail shown to successfully commit partially...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
More verbose User/UsageError reporting in be-handle...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Worked out some kinks in be-handle-mail's autocommit.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Fixed typos in be-handle-mail error message generation
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Adjusted final commit-handling in be-handle-mail.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Oops, _now_ I've fixed the multipart generation in...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Merged "be commit --allow-empty from be.wtk-rr"
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Added --allow-empty to "be commit"
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Fixed multipart bug in be-handle-mail.Message.response_...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Added --disable-autocommit to be-handle-mail.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
be-handle-mail now commits after every successful email...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Merged becommands/commit.py addition from be.wtk-rr.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Added becommands/commit.py and minor fixes.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Added more allowed commands and pseudo-headers to be...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Added interfaces/README with commit-deletion notes.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
be-handle-mail's new DBT-style interface handles the...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Reworked be-handle-mail to be more like the Debian...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-19
W. Trevor King
Generalized _procmailrc to allow several tags: [be...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-18
W. Trevor King
Added new_with_comment ability to be-handle-mail.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-18
W. Trevor King
Assorted bugfixes to get reworked be-handle-mail working.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-18
W. Trevor King
Major be-handle-mail rewrite to make things more modular.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-18
W. Trevor King
Oops, forgot to reset from/to_addr in send_pgp_mime...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-18
W. Trevor King
Major send_pgp_mime.py reorganization to better integra...
commit
|
commitdiff
|
tree
|
snapshot
next