index
:
bugseverywhere
aaiyer_master
master
python3
Bugtracker built on distributed version control
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed Comment.From and .time_string to .author and .date respectively.
W. Trevor King
2009-07-25
4
-35
/
+32
*
Added autocommit wishlist request by Martin Krafft
W. Trevor King
2009-07-24
5
-0
/
+65
*
be-handle-mail successfully generates bugdir-changed notification emails.
W. Trevor King
2009-07-23
1
-7
/
+180
*
"be diff" now compares agains the last commit (for versioning VCSs).
W. Trevor King
2009-07-23
1
-0
/
+2
*
Added .revision_id() to all the VCSs.
W. Trevor King
2009-07-23
6
-24
/
+114
*
Broke encodedMIMEText out of send-pgp-mime.PGPMimeMessageFactory.
W. Trevor King
2009-07-23
1
-20
/
+21
*
Added Tree types and get_bugdir_subscribers to becommands/subscribe.py.
W. Trevor King
2009-07-23
1
-83
/
+214
*
Merged libbe.diff upgrades and libbe.tree.Tree.has_descendant from be.wtk-rr.
W. Trevor King
2009-07-23
5
-37
/
+89
|
\
|
*
Added bugdir setting comparision to libbe.diff.
W. Trevor King
2009-07-23
2
-23
/
+33
|
*
Added libbe.bug.cmp_comments(), and added that to default bug comparison.
W. Trevor King
2009-07-23
1
-1
/
+18
|
*
Fixed unrecognized "Test" typo in becommands/comment.py.
W. Trevor King
2009-07-23
1
-1
/
+1
|
*
Added libbe.tree.Tree.has_descendant().
W. Trevor King
2009-07-23
1
-0
/
+19
|
*
libbe/tree.Tree.traverse(depthFirst)->depth_first & stripped trailing spaces.
W. Trevor King
2009-07-23
1
-7
/
+7
|
*
Show text of comment's reference in notes when spawning EDITOR.
W. Trevor King
2009-07-22
1
-2
/
+17
*
|
Added comment on notification granularity (commit-level).
W. Trevor King
2009-07-23
2
-0
/
+18
*
|
Added becommands/subscribe.py to manage subscription list.
W. Trevor King
2009-07-22
3
-0
/
+250
*
|
Merged assorted changes from be.wtk-rr for BugDir.extra_strings.
W. Trevor King
2009-07-21
167
-119
/
+4464
|
\
|
|
*
Added .extra_strings to BugDir and Comment
W. Trevor King
2009-07-21
4
-10
/
+50
|
|
\
|
|
*
I'll add Comment.extra_strings too, while I'm at it.
W. Trevor King
2009-07-21
1
-0
/
+14
|
|
*
Added BugDir.extra_strings.
W. Trevor King
2009-07-21
1
-0
/
+14
|
|
*
Bug._extra_strings_check_fn() guts now utility.iterable_full_of_strings().
W. Trevor King
2009-07-21
2
-10
/
+22
|
*
|
Merged libbe.properties unittest fix
W. Trevor King
2009-07-21
1
-4
/
+8
|
|
\
|
|
|
*
libbe.properties unittest changes due to "extra change-hook save" fix.
W. Trevor King
2009-07-21
1
-4
/
+8
|
|
/
|
*
I imported a few threads from the mailing list as wishlist bugs.
W. Trevor King
2009-07-21
144
-0
/
+4180
|
*
Added "--no-comments" to "be show".
W. Trevor King
2009-07-21
1
-9
/
+16
|
*
be-mbox-to-xml is now better at message-id, in-reply-to, and references.
W. Trevor King
2009-07-21
1
-3
/
+26
|
*
"be comment --xml" now saves the comments (again).
W. Trevor King
2009-07-21
1
-0
/
+1
|
*
be-mbox-to-xml handles emails without explicit transfer encodings.
W. Trevor King
2009-07-21
1
-1
/
+4
|
*
Added cProfile notes to README.dev.
W. Trevor King
2009-07-21
1
-0
/
+9
|
*
Fixed extra change-hook save in testChangeHookMutableProperty.
W. Trevor King
2009-07-21
2
-23
/
+47
|
*
Touched up becommands/diff.py's help message.
W. Trevor King
2009-07-21
1
-3
/
+4
|
*
Cleaned up saving/sync_with_disk.
W. Trevor King
2009-07-21
16
-54
/
+108
|
*
Cleaned up some outdated libbe.settings_object.EMPTY cruft.
W. Trevor King
2009-07-20
4
-11
/
+10
*
|
Added: subscribe/unsubscribe (bug #..., "new bugs", "all", etc.)
W. Trevor King
2009-07-21
9
-0
/
+100
*
|
Use shlex.split() to parse control lines in be-handle-mail.
W. Trevor King
2009-07-20
3
-16
/
+14
*
|
Added pseudo-header list to interfaces/email/interactive/README.
W. Trevor King
2009-07-20
1
-14
/
+17
*
|
Added psuedo-header handling to be-handle-mail.
W. Trevor King
2009-07-20
2
-4
/
+25
*
|
Added more VCSs to the delete-commit notes in interfaces/README.
W. Trevor King
2009-07-20
1
-7
/
+25
*
|
Added interfaces/email/interactive/README and be-handle-mail options.
W. Trevor King
2009-07-20
2
-11
/
+248
*
|
be-handle-mail shown to successfully commit partially-failing emails.
W. Trevor King
2009-07-19
1
-0
/
+18
*
|
More verbose User/UsageError reporting in be-handle-mail
W. Trevor King
2009-07-19
1
-2
/
+4
*
|
Worked out some kinks in be-handle-mail's autocommit.
W. Trevor King
2009-07-19
1
-1
/
+6
*
|
Fixed typos in be-handle-mail error message generation
W. Trevor King
2009-07-19
1
-4
/
+4
*
|
Adjusted final commit-handling in be-handle-mail.
W. Trevor King
2009-07-19
1
-8
/
+9
*
|
Oops, _now_ I've fixed the multipart generation in be-handle-mail
W. Trevor King
2009-07-19
1
-3
/
+3
*
|
Merged "be commit --allow-empty from be.wtk-rr"
W. Trevor King
2009-07-19
9
-50
/
+118
|
\
|
|
*
Added --allow-empty to "be commit"
W. Trevor King
2009-07-19
9
-49
/
+117
*
|
Fixed multipart bug in be-handle-mail.Message.response_email()
W. Trevor King
2009-07-19
1
-5
/
+4
*
|
Added --disable-autocommit to be-handle-mail.
W. Trevor King
2009-07-19
1
-1
/
+15
*
|
be-handle-mail now commits after every successful email execution.
W. Trevor King
2009-07-19
1
-7
/
+13
[next]