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
...
*
|
|
|
|
|
|
|
|
Fixed indent spacing in libbe.diff.report().
W. Trevor King
2009-07-31
1
-20
/
+22
*
|
|
|
|
|
|
|
|
Merged interactive email interface
W. Trevor King
2009-07-29
75
-465
/
+3539
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Corrected some problems with revision_id() before an initial commit.
W. Trevor King
2009-07-29
3
-2
/
+19
|
*
|
|
|
|
|
|
|
|
be-handle-mail no longer sends blank subscriber emails when no change occurs.
W. Trevor King
2009-07-27
1
-4
/
+15
|
*
|
|
|
|
|
|
|
|
Fixed _procmailrc rules.
W. Trevor King
2009-07-27
2
-16
/
+20
|
*
|
|
|
|
|
|
|
|
Restored Makefile to /home/wking installation
W. Trevor King
2009-07-27
1
-3
/
+3
|
*
|
|
|
|
|
|
|
|
Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).
W. Trevor King
2009-07-27
3
-40
/
+88
|
*
|
|
|
|
|
|
|
|
Allow "subscribe" command via the email interface.
W. Trevor King
2009-07-27
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
Tweaked the output text for modified bugs in libbe.diff and be-handle-mail.
W. Trevor King
2009-07-27
2
-2
/
+8
|
*
|
|
|
|
|
|
|
|
Added "be-handle-mail --notify-since REVISION".
W. Trevor King
2009-07-27
1
-27
/
+62
|
*
|
|
|
|
|
|
|
|
Added an additional format check to be-handle-mail's pseudoheader parsing.
W. Trevor King
2009-07-27
3
-2
/
+4
|
*
|
|
|
|
|
|
|
|
Merged "be subscribe" and be-handle-mail subscription support.
W. Trevor King
2009-07-27
30
-394
/
+1648
|
|
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
Subscribing myself to all changes.
W. Trevor King
2009-07-27
1
-0
/
+4
|
|
*
|
|
|
|
|
|
|
|
Moved be-handle-mail over to new libbe.diff classes.
W. Trevor King
2009-07-27
1
-96
/
+49
|
|
*
|
|
|
|
|
|
|
|
Removed debugging exception from libbe/comment.py.
W. Trevor King
2009-07-27
1
-1
/
+0
|
|
*
|
|
|
|
|
|
|
|
Comment.remove() now ignores .sync_with_disk when removing the root comment.
W. Trevor King
2009-07-27
1
-1
/
+1
|
|
*
|
|
|
|
|
|
|
|
Added default to settings_object.versioned_property's change_hook_property.
W. Trevor King
2009-07-27
3
-19
/
+8
|
|
*
|
|
|
|
|
|
|
|
Put bd into read-only mode in becommands/diff.py.
W. Trevor King
2009-07-27
1
-0
/
+6
|
|
*
|
|
|
|
|
|
|
|
Added cmp functions to libbe.comment, and fleshed them out in libbe.bug.
W. Trevor King
2009-07-27
3
-7
/
+78
|
|
*
|
|
|
|
|
|
|
|
Hack Comment.load_settings() to work around From->Author change.
W. Trevor King
2009-07-27
1
-0
/
+3
|
|
*
|
|
|
|
|
|
|
|
Cache data strings in libbe.diff.DiffTree.
W. Trevor King
2009-07-27
1
-0
/
+3
|
|
*
|
|
|
|
|
|
|
|
Major rewrite of libbe.diff introduces DiffTree and Diff classes.
W. Trevor King
2009-07-27
2
-110
/
+395
|
|
*
|
|
|
|
|
|
|
|
.sync_with_disk fixes for libbe.bugdir and .comment.
W. Trevor King
2009-07-27
2
-4
/
+8
|
|
*
|
|
|
|
|
|
|
|
Added DiskAccessRequired errors to libbe.bug.Bug and .comment.Comment.
W. Trevor King
2009-07-26
2
-98
/
+144
|
|
*
|
|
|
|
|
|
|
|
BugDir._in_memory was a stupid idea. Took it back out.
W. Trevor King
2009-07-26
1
-103
/
+147
|
|
*
|
|
|
|
|
|
|
|
Added in_memory to BugDir.__init__ to disable saving/loading completely.
W. Trevor King
2009-07-25
1
-17
/
+77
|
|
*
|
|
|
|
|
|
|
|
Added on_disk option to libbe.bugdir.simple_bug_dir().
W. Trevor King
2009-07-25
1
-6
/
+14
|
|
*
|
|
|
|
|
|
|
|
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 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: 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
[prev]
[next]