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
/
libbe
/
cmdutil.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ran the new update_copyright.py
W. Trevor King
2009-11-19
1
-0
/
+1
*
Fixed bugdir name collision in cmdutil.bug_from_shortname()
W. Trevor King
2009-09-23
1
-2
/
+2
*
Added docstrings to libbe submodules.
W. Trevor King
2009-08-31
1
-0
/
+5
*
Merged interactive email interface
W. Trevor King
2009-07-29
1
-2
/
+3
|
\
|
*
Merged "be commit --allow-empty from be.wtk-rr"
W. Trevor King
2009-07-19
1
-3
/
+5
|
|
\
|
*
\
Merged becommands/commit.py addition from be.wtk-rr.
W. Trevor King
2009-07-19
1
-1
/
+1
|
|
\
\
|
*
|
|
Renamed test->manipulate_encodings in becommands.*.execute.
W. Trevor King
2009-07-16
1
-2
/
+3
*
|
|
|
Added clean messages on bug_from_shortname failure.
W. Trevor King
2009-07-29
1
-0
/
+9
|
|
_
|
/
|
/
|
|
*
|
|
Added --allow-empty to "be commit"
W. Trevor King
2009-07-19
1
-2
/
+4
|
|
/
|
/
|
*
|
Added becommands/commit.py and minor fixes.
W. Trevor King
2009-07-19
1
-1
/
+1
|
/
*
Updated GPLv2 to current GPLv2.
W. Trevor King
2009-07-14
1
-11
/
+11
*
Fixed "be --dir --complete"
W. Trevor King
2009-07-13
1
-0
/
+8
*
Use CmdOptionParser in "be".
W. Trevor King
2009-07-13
1
-9
/
+14
*
Added "be comment --xml --ignore-missing-references ID COMMENT".
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
*
Fixed minor doctest failure in cmdutil.py
W. Trevor King
2009-07-11
1
-1
/
+1
*
seems to work ;)
W. Trevor King
2009-07-10
1
-3
/
+5
*
Simplified error handling in ./be
W. Trevor King
2009-07-10
1
-6
/
+6
*
Added ability to show individual comments with "be show".
W. Trevor King
2009-07-06
1
-2
/
+12
*
Updated copyright blurbs and AUTHORS and included script for future updates
W. Trevor King
2009-07-01
1
-1
/
+3
*
Updated help strings, man page, and completions
W. Trevor King
2009-06-25
1
-1
/
+7
*
becommands/severity and status now handle --complete appropriately.
W. Trevor King
2008-12-04
1
-0
/
+2
*
Added becommands/comment completion.
W. Trevor King
2008-11-27
1
-1
/
+0
*
Added bugid_args option to cmdutil.default_complete.
W. Trevor King
2008-11-27
1
-3
/
+23
*
Command completion simplified and working for list, dummies for other cmds.
W. Trevor King
2008-11-27
1
-2
/
+22
*
Merged --commands and --options into --complete. Simpler that way.
W. Trevor King
2008-11-27
1
-12
/
+8
*
Basic bash completion is now supported.
W. Trevor King
2008-11-27
1
-3
/
+26
*
Added libbe/encoding.py to wrap input/output/file access appropriately.
W. Trevor King
2008-11-25
1
-13
/
+13
*
Replaced direct filesystem read from bugdir.py with RCS mediated read.
W. Trevor King
2008-11-24
1
-4
/
+3
*
Another major rewrite. Now BugDir, Bug, and Comment are more distinct.
W. Trevor King
2008-11-21
1
-105
/
+6
*
Major rewrite of RCS backends. RCS now represented as a class.
W. Trevor King
2008-11-18
1
-0
/
+15
*
Added 'remove' command to remove bugs. Use __desc__ for command help.
W. Trevor King
2008-11-16
1
-30
/
+14
*
Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string().
W. Trevor King
2008-11-15
1
-23
/
+0
*
becommands/show.py gives more specific bug information.
W. Trevor King
2008-11-15
1
-13
/
+19
*
Split Bug and Comment class out to bug.py from bugdir.py
W. Trevor King
2008-11-14
1
-2
/
+2
*
Added caveat about using short bug names to unique_name().
W. Trevor King
2008-11-14
1
-0
/
+4
*
Cleaned up and docstringed libbe.cmdutil.unique_name().
W. Trevor King
2008-11-14
1
-3
/
+6
*
Merge both lines
Aaron Bentley
2006-04-04
1
-0
/
+48
|
\
|
*
Added reply handling to comments
Aaron Bentley
2006-04-03
1
-0
/
+48
*
|
Refactored the command listing
Aaron Bentley
2006-04-01
1
-0
/
+9
|
/
*
Auto-decode user input to unicode
Aaron Bentley
2006-01-26
1
-1
/
+3
*
got tests passing
Aaron Bentley
2005-12-21
1
-3
/
+0
*
Forced be to show minimum 3 digits, because 3 is common.
Aaron Bentley
2005-05-17
1
-0
/
+2
*
Added appropriate copyright notices, GPLed.
Aaron Bentley
2005-05-16
1
-0
/
+16
*
Changed layout of the displaying bugs (list and show commands)
Oleg Romanyshyn
2005-04-22
1
-2
/
+5
*
Moved FileString and get_file() into utility.py
Aaron Bentley
2005-03-23
1
-0
/
+6
*
Pulled in Fai's optparser
Aaron Bentley
2005-03-22
1
-1
/
+30
*
Stopped showing targets under target-specific headings
Aaron Bentley
2005-03-21
1
-2
/
+2
*
Fixed test cases so they're not machine-specific
Aaron Bentley
2005-03-20
1
-2
/
+2
*
Used cmdutil tree_root wrapper to avoid tracebacks on wrong tree
Aaron Bentley
2005-03-18
1
-0
/
+23
[next]