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
path:
root
/
becommands
/
comment.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ssupport for UTF-8 in "be comment" calls to EDITOR/VISUAL.
W. Trevor King
2009-08-03
1
-1
/
+0
*
Improved unittest cleanup by adding BugDir.cleanup().
W. Trevor King
2009-07-31
1
-1
/
+2
*
Merged interactive email interface
W. Trevor King
2009-07-29
1
-12
/
+12
|
\
|
*
Renamed Comment.From and .time_string to .author and .date respectively.
W. Trevor King
2009-07-25
1
-2
/
+2
|
*
Merged libbe.diff upgrades and libbe.tree.Tree.has_descendant from be.wtk-rr.
W. Trevor King
2009-07-23
1
-6
/
+12
|
|
\
|
*
\
Merged assorted changes from be.wtk-rr for BugDir.extra_strings.
W. Trevor King
2009-07-21
1
-1
/
+1
|
|
\
\
|
*
|
|
Renamed test->manipulate_encodings in becommands.*.execute.
W. Trevor King
2009-07-16
1
-5
/
+6
|
*
|
|
Added --author and --alt-id to "be comment".
W. Trevor King
2009-07-14
1
-0
/
+8
*
|
|
|
Added clean messages on bug_from_shortname failure.
W. Trevor King
2009-07-29
1
-3
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Fixed unrecognized "Test" typo in becommands/comment.py.
W. Trevor King
2009-07-23
1
-1
/
+1
*
|
|
Show text of comment's reference in notes when spawning EDITOR.
W. Trevor King
2009-07-22
1
-2
/
+17
|
|
/
|
/
|
*
|
"be comment --xml" now saves the comments (again).
W. Trevor King
2009-07-21
1
-0
/
+1
*
|
Cleaned up saving/sync_with_disk.
W. Trevor King
2009-07-21
1
-1
/
+0
|
/
*
Updated GPLv2 to current GPLv2.
W. Trevor King
2009-07-14
1
-11
/
+11
*
Added "be comment --xml --ignore-missing-references ID COMMENT".
W. Trevor King
2009-07-12
1
-1
/
+8
*
Not escaping whitespace (e.g. endlines) outside the XML document root.
W. Trevor King
2009-07-12
1
-1
/
+1
*
Added be-mbox-to-xml.
W. Trevor King
2009-07-12
1
-2
/
+3
*
"be comment --xml" now translates comment uuids to alt_ids.
W. Trevor King
2009-07-11
1
-5
/
+11
*
Adjustments to new versioned_property behavior.
W. Trevor King
2009-07-11
1
-3
/
+3
*
seems to work ;)
W. Trevor King
2009-07-10
1
-5
/
+38
*
Updated copyright blurbs and AUTHORS and included script for future updates
W. Trevor King
2009-07-01
1
-1
/
+3
*
"be comment" now handles the default options.content_type.
W. Trevor King
2009-06-30
1
-1
/
+2
*
Added ability to handle non text/* MIME types.
W. Trevor King
2009-06-26
1
-3
/
+7
*
Added `be list --sort *` for user-selectable sorting.
W. Trevor King
2009-06-22
1
-0
/
+4
*
Added comments-from-stdin, so we can add tracebacks, e.g. with
W. Trevor King
2009-06-19
1
-7
/
+14
*
Converted Comment to the settings_object system.
W. Trevor King
2008-12-02
1
-6
/
+6
*
Optimized bug loading from becommands/comment with partial-uuid matching.
W. Trevor King
2008-11-27
1
-2
/
+10
*
Added becommands/comment completion.
W. Trevor King
2008-11-27
1
-1
/
+26
*
Command completion simplified and working for list, dummies for other cmds.
W. Trevor King
2008-11-27
1
-1
/
+3
*
Fixed typo in becommands/comment help string.
W. Trevor King
2008-11-27
1
-1
/
+1
*
Added libbe/encoding.py to wrap input/output/file access appropriately.
W. Trevor King
2008-11-25
1
-14
/
+13
*
Go back to lazy bug loading to get execution speed back up.
W. Trevor King
2008-11-23
1
-6
/
+12
*
Another major rewrite. Now BugDir, Bug, and Comment are more distinct.
W. Trevor King
2008-11-21
1
-20
/
+43
*
Merged bug.new_comment into bug.Bug.new_comment.
W. Trevor King
2008-11-19
1
-2
/
+1
*
Major rewrite of RCS backends. RCS now represented as a class.
W. Trevor King
2008-11-18
1
-5
/
+4
*
Added 'remove' command to remove bugs. Use __desc__ for command help.
W. Trevor King
2008-11-16
1
-0
/
+2
*
Fixed a few more Comment.date->time calls.
W. Trevor King
2008-11-14
1
-1
/
+1
*
Split Bug and Comment class out to bug.py from bugdir.py
W. Trevor King
2008-11-14
1
-2
/
+3
*
Assume commit messages are in utf-8 for now...
Aaron Bentley
2007-07-30
1
-0
/
+1
*
Add support for VISUAL
Aaron Bentley
2007-07-16
1
-1
/
+2
*
Added prompt to comments
Aaron Bentley
2006-04-16
1
-1
/
+1
*
Added reply handling to comments
Aaron Bentley
2006-04-03
1
-3
/
+9
*
Fixed test suite for the unicode switch
Aaron Bentley
2006-04-01
1
-2
/
+2
*
Added tests for missing $EDITOR
Aaron Bentley
2005-05-17
1
-0
/
+4
*
Fixed bug handing missing $EDITOR
Aaron Bentley
2005-05-17
1
-1
/
+5
*
Added appropriate copyright notices, GPLed.
Aaron Bentley
2005-05-16
1
-0
/
+16
*
Added tests for comments
Aaron Bentley
2005-03-24
1
-0
/
+21
*
Made comment work with an editor
Aaron Bentley
2005-03-23
1
-3
/
+12
*
Added comment support to show, added comment command
Aaron Bentley
2005-03-23
1
-0
/
+22