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
...
|
*
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
*
|
Command completion simplified and working for list, dummies for other cmds.
W. Trevor King
2008-11-27
16
-25
/
+58
*
|
Merged --commands and --options into --complete. Simpler that way.
W. Trevor King
2008-11-27
1
-2
/
+2
*
|
Basic bash completion is now supported.
W. Trevor King
2008-11-27
1
-1
/
+13
*
|
Fixed typo in becommands/comment help string.
W. Trevor King
2008-11-27
1
-1
/
+1
*
|
Added -a/n/m/r to becommands/diff.py.
W. Trevor King
2008-11-25
2
-4
/
+34
*
|
added -u/uuids option to becommands/list
W. Trevor King
2008-11-25
2
-7
/
+22
*
|
Added libbe/encoding.py to wrap input/output/file access appropriately.
W. Trevor King
2008-11-25
16
-139
/
+131
*
|
Hack to fixe encoding bug in becommands/show
W. Trevor King
2008-11-24
2
-1
/
+2
*
|
Added becommands/merge to join duplicate bugs.
W. Trevor King
2008-11-24
1
-0
/
+157
*
|
Adjusted becommands/set to handle user_id properly.
W. Trevor King
2008-11-24
1
-1
/
+3
*
|
Added invalid-value checking to becommands/set.py.
W. Trevor King
2008-11-24
1
-0
/
+10
|
/
*
Tweaked usage strings to increase consistency. Also added README.dev.
W. Trevor King
2008-11-24
10
-12
/
+12
*
Fixed broken doctest and inconsitent indentation from not wrapping comments.
W. Trevor King
2008-11-24
1
-15
/
+0
*
libbe/diff.diff() was missing newly created bugs. Fixed.
W. Trevor King
2008-11-23
1
-1
/
+2
*
Go back to lazy bug loading to get execution speed back up.
W. Trevor King
2008-11-23
14
-28
/
+35
*
`be show` now supports showing multiple bugs with a single call.
W. Trevor King
2008-11-23
1
-6
/
+4
*
Added archive/project init code for `./test_usage.sh arch`.
W. Trevor King
2008-11-23
1
-0
/
+1
*
Another major rewrite. Now BugDir, Bug, and Comment are more distinct.
W. Trevor King
2008-11-21
17
-286
/
+258
*
names.creator() replaced by rcs.get_user_id().
W. Trevor King
2008-11-19
1
-2
/
+2
*
Merged bug.new_comment into bug.Bug.new_comment.
W. Trevor King
2008-11-19
1
-2
/
+1
*
Moved bug.new_bug code into bugdir.BugDir.new_bug.
W. Trevor King
2008-11-19
1
-2
/
+1
[prev]
[next]