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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Went through "closed" bugs looking for miss-categorized bugs.
W. Trevor King
2009-07-11
1
-3
/
+3
*
Updating "be set --help" and "be status --help".
W. Trevor King
2009-07-11
2
-20
/
+57
*
Removed <abentley@panoramicfeedback.com> from copyright blurbs.
W. Trevor King
2009-07-11
14
-14
/
+0
*
"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
5
-12
/
+12
*
seems to work ;)
W. Trevor King
2009-07-10
1
-5
/
+38
*
Save whole bugdir in becommands/tag.py.
W. Trevor King
2009-07-10
1
-1
/
+1
*
Added new-bug-from-stdin to mirror comments-from-stdin.
W. Trevor King
2009-07-07
1
-3
/
+8
*
Added "be show --only-raw-body COMMENT-ID".
W. Trevor King
2009-07-06
1
-1
/
+7
*
Added ability to show individual comments with "be show".
W. Trevor King
2009-07-06
1
-10
/
+30
*
"be init [ROOTDIR]" -> "be init [--root ROOTDIR]"
W. Trevor King
2009-07-01
1
-15
/
+16
*
Updated copyright blurbs and AUTHORS and included script for future updates
W. Trevor King
2009-07-01
16
-16
/
+51
*
"be set-root" changed to "be init"
W. Trevor King
2009-06-30
1
-2
/
+2
*
"be comment" now handles the default options.content_type.
W. Trevor King
2009-06-30
1
-1
/
+2
*
Add "--show-status" flag to "be depend"
W. Trevor King
2009-06-30
1
-1
/
+13
*
Added ability to handle non text/* MIME types.
W. Trevor King
2009-06-26
1
-3
/
+7
*
Updated help strings, man page, and completions
W. Trevor King
2009-06-25
2
-2
/
+2
*
Remove blank line from tag's output if no tags exist
W. Trevor King
2009-06-25
1
-1
/
+2
*
Added regexp matching to `be list --extra-strings'
W. Trevor King
2009-06-25
1
-4
/
+8
*
Merged extra-strings branch, adding be tag/depend.
W. Trevor King
2009-06-25
3
-4
/
+227
|
\
|
*
Added `be depend'.
W. Trevor King
2009-06-25
2
-20
/
+97
|
*
Added `be tag --list' to list all tags.
W. Trevor King
2009-06-25
1
-5
/
+21
|
*
Added -e/--extra-strings option to `be list`
W. Trevor King
2009-06-25
1
-4
/
+12
|
*
tag --remove now returns bug.settings["extra_strings"] to EMPTY.
W. Trevor King
2009-06-25
1
-4
/
+8
|
*
Added becommands/tag.py
W. Trevor King
2009-06-23
1
-0
/
+118
*
|
`be target list` -> `be target --list` to standardize syntax.
W. Trevor King
2009-06-24
1
-3
/
+13
*
|
Add ability to list all current targets.
Gianluca Montecchi
2009-06-24
1
-0
/
+7
|
/
*
Added `be list --sort *` for user-selectable sorting.
W. Trevor King
2009-06-22
3
-8
/
+25
*
Merged be-xml-to-mbox
W. Trevor King
2009-06-22
1
-4
/
+1
|
\
|
*
Escape XML strings.
W. Trevor King
2009-06-22
1
-6
/
+3
*
|
Replaced some doctest output with ellipses.
W. Trevor King
2009-06-21
2
-24
/
+24
|
/
*
Added --xml option to becommands/list.py
W. Trevor King
2009-06-21
1
-6
/
+13
*
Added comments-from-stdin, so we can add tracebacks, e.g. with
W. Trevor King
2009-06-19
1
-7
/
+14
*
Merged Thomas Habets 2009-01-07 XML output for "be show".
W. Trevor King
2009-06-19
1
-4
/
+22
|
\
|
*
XML output for "be show"
Thomas Habets
2009-01-07
1
-2
/
+7
*
|
Added per-tree default assignee option.
W. Trevor King
2008-12-04
1
-0
/
+6
*
|
becommands/severity and status now handle --complete appropriately.
W. Trevor King
2008-12-04
2
-7
/
+51
*
|
Per-tree status levels working.
W. Trevor King
2008-12-04
2
-13
/
+16
*
|
Adjusted becommands/list.py to use current bug severities levels.
W. Trevor King
2008-12-04
1
-21
/
+19
*
|
Per-tree settings now passed into bug module.
W. Trevor King
2008-12-04
1
-12
/
+13
*
|
Added per-tree configurable severities.
W. Trevor King
2008-12-04
3
-4
/
+7
*
|
Added support for bug reporter field.
W. Trevor King
2008-12-02
1
-0
/
+6
*
|
Added auto-completion for becommands/set property names.
W. Trevor King
2008-12-02
1
-1
/
+13
*
|
Converted Comment to the settings_object system.
W. Trevor King
2008-12-02
1
-6
/
+6
*
|
Bug moved to the settings_object system.
W. Trevor King
2008-12-02
3
-7
/
+7
*
|
Added decorator-style properties to bugdir. Created settings_object module.
W. Trevor King
2008-12-02
1
-11
/
+20
*
|
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
*
|
Completion support added to becommands/help
W. Trevor King
2008-11-27
1
-1
/
+10
*
|
Added bugid_args option to cmdutil.default_complete.
W. Trevor King
2008-11-27
9
-9
/
+20
[next]