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
/
list.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ran the new update_copyright.py
W. Trevor King
2009-11-19
1
-1
/
+1
*
Improved unittest cleanup by adding BugDir.cleanup().
W. Trevor King
2009-07-31
1
-1
/
+2
*
Renamed test->manipulate_encodings in becommands.*.execute.
W. Trevor King
2009-07-16
1
-6
/
+8
*
Updated GPLv2 to current GPLv2.
W. Trevor King
2009-07-14
1
-11
/
+11
*
Altered be-xml-to-mbox to work with non-ASCII input.
W. Trevor King
2009-07-12
1
-1
/
+2
*
Removed <abentley@panoramicfeedback.com> from copyright blurbs.
W. Trevor King
2009-07-11
1
-1
/
+0
*
Updated copyright blurbs and AUTHORS and included script for future updates
W. Trevor King
2009-07-01
1
-1
/
+4
*
Added regexp matching to `be list --extra-strings'
W. Trevor King
2009-06-25
1
-4
/
+8
*
Added -e/--extra-strings option to `be list`
W. Trevor King
2009-06-25
1
-4
/
+12
*
Added `be list --sort *` for user-selectable sorting.
W. Trevor King
2009-06-22
1
-2
/
+20
*
Added --xml option to becommands/list.py
W. Trevor King
2009-06-21
1
-6
/
+13
*
Adjusted becommands/list.py to use current bug severities levels.
W. Trevor King
2008-12-04
1
-21
/
+19
*
Command completion simplified and working for list, dummies for other cmds.
W. Trevor King
2008-11-27
1
-10
/
+12
*
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
*
Added -a/n/m/r to becommands/diff.py.
W. Trevor King
2008-11-25
1
-1
/
+1
*
added -u/uuids option to becommands/list
W. Trevor King
2008-11-25
1
-7
/
+20
*
Added libbe/encoding.py to wrap input/output/file access appropriately.
W. Trevor King
2008-11-25
1
-6
/
+5
*
Go back to lazy bug loading to get execution speed back up.
W. Trevor King
2008-11-23
1
-2
/
+3
*
Another major rewrite. Now BugDir, Bug, and Comment are more distinct.
W. Trevor King
2008-11-21
1
-8
/
+18
*
names.creator() replaced by rcs.get_user_id().
W. Trevor King
2008-11-19
1
-2
/
+2
*
Major rewrite of RCS backends. RCS now represented as a class.
W. Trevor King
2008-11-18
1
-2
/
+3
*
Added 'remove' command to remove bugs. Use __desc__ for command help.
W. Trevor King
2008-11-16
1
-0
/
+2
*
Fixed '-' parsing bug for list --assigned option.
W. Trevor King
2008-11-15
1
-1
/
+1
*
Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string().
W. Trevor King
2008-11-15
1
-2
/
+1
*
Generalized becommands/list.py to allow more specific bug searches.
W. Trevor King
2008-11-15
1
-71
/
+120
*
Split Bug and Comment class out to bug.py from bugdir.py
W. Trevor King
2008-11-14
1
-5
/
+4
*
Remove blank lines from `be list' output
W. Trevor King
2008-11-14
1
-1
/
+1
*
Added appropriate copyright notices, GPLed.
Aaron Bentley
2005-05-16
1
-0
/
+16
*
Fixed style
Aaron Bentley
2005-04-22
1
-1
/
+2
*
Merge (Oleg Romanyshyn)
Aaron Bentley
2005-04-22
1
-1
/
+1
|
\
|
*
Changed layout of the displaying bugs (list and show commands)
Oleg Romanyshyn
2005-04-22
1
-1
/
+1
*
|
Sorted bugs by date before severity sort
Aaron Bentley
2005-04-07
1
-0
/
+3
|
/
*
Moved FileString and get_file() into utility.py
Aaron Bentley
2005-03-23
1
-4
/
+1
*
Added options to list command
Aaron Bentley
2005-03-22
1
-1
/
+39
*
Stopped showing targets under target-specific headings
Aaron Bentley
2005-03-21
1
-5
/
+7
*
Fixed double-listing of tree bugs when target is None
Aaron Bentley
2005-03-21
1
-9
/
+10
*
Implemented current target setting
Aaron Bentley
2005-03-19
1
-1
/
+23
*
Implemented sorting by severity level
Aaron Bentley
2005-03-18
1
-0
/
+1
*
Used cmdutil tree_root wrapper to avoid tracebacks on wrong tree
Aaron Bentley
2005-03-18
1
-1
/
+1
*
Organized list by who the bugs are assigned to
Aaron Bentley
2005-03-18
1
-2
/
+22
*
Implemented plugin system for viewing commands
Aaron Bentley
2005-03-11
1
-0
/
+1
*
Modularized commands into files
Aaron Bentley
2005-03-11
1
-0
/
+18