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
/
command
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
command: use mapfiles (JSON) instead of YAML for the command server
W. Trevor King
2012-10-26
1
-3
/
+3
*
Ran update-copyright.py.
W. Trevor King
2012-10-16
1
-1
/
+1
*
Rewrite commands to use bugdirs instead of a single bugdir.
W. Trevor King
2012-08-29
1
-9
/
+14
*
command:serve_commands: new command for running a command server.
W. Trevor King
2012-08-24
1
-2
/
+21
*
command:base: only cleanup UseInterface.storage_callback if it's there.
W. Trevor King
2012-08-24
1
-1
/
+2
*
command:base: use is/is-not None instead of ==/!= None in setup_command.
W. Trevor King
2012-08-24
1
-3
/
+3
*
Avoid generating another StringIO instance in StringInputOutput.get_stdout().
W. Trevor King
2012-02-24
1
-2
/
+1
*
Ran update-copyright.py.
W. Trevor King
2012-02-16
1
-10
/
+10
*
Ran update_copyright.py.
W. Trevor King
2011-11-09
1
-0
/
+1
*
Add ImportError to UnknownCommand output in get_command doctest.
W. Trevor King
2011-07-30
1
-0
/
+1
*
Attach ImportError message to UnknownCommand to aid debugging.
W. Trevor King
2011-05-25
1
-3
/
+8
*
Run update_copyright.py.
W. Trevor King
2011-05-25
1
-1
/
+3
*
Revive the UserError/UsageError distinction
W. Trevor King
2011-05-02
1
-5
/
+28
*
Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/be
Chris Ball
2011-01-08
1
-1
/
+2
|
\
|
*
Exclude --complete from completion.
Robert Lehmann
2010-11-26
1
-1
/
+2
*
|
Bumped to version 1.0.0
1.0.0
Chris Ball
2011-01-08
1
-1
/
+1
|
/
*
Ran update_copyright.py
W. Trevor King
2010-06-22
1
-11
/
+12
*
Use getreader (not getwriter) for wrapping stdin
W. Trevor King
2010-05-19
1
-1
/
+1
*
Fix command name output of `be --complete`.
W. Trevor King
2010-02-01
1
-4
/
+33
*
Updated copyright information
W. Trevor King
2010-01-01
1
-1
/
+15
*
Use fragment in base command completion + command io fixups.
W. Trevor King
2009-12-31
1
-5
/
+11
*
Added UserInterface and other improved abstractions for command handling
W. Trevor King
2009-12-31
1
-49
/
+172
*
Fixed up the completion helpers in libbe.command.util
W. Trevor King
2009-12-29
1
-0
/
+6
*
Allow external use of Command.usage() and use CmdOptionParser.set_usage()
W. Trevor King
2009-12-28
1
-2
/
+2
*
Moved InvalidStorageVersion from libbe.command to libbe.storage
W. Trevor King
2009-12-27
1
-11
/
+1
*
Added storage.Storage.storage_version() and command.InvalidStorageVersion.
W. Trevor King
2009-12-27
1
-0
/
+13
*
Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementation
W. Trevor King
2009-12-15
1
-2
/
+2
*
Transition to Command-format complete.
W. Trevor King
2009-12-15
1
-1
/
+1
*
Transitioned tag to Command-format
W. Trevor King
2009-12-15
1
-4
/
+1
*
Transitioned severity to Command-format, also added Command._get_*()
W. Trevor King
2009-12-14
1
-19
/
+54
*
Transitioned help to Command-format
W. Trevor King
2009-12-14
1
-0
/
+1
*
Transitioned import_xml to Command-format
W. Trevor King
2009-12-14
1
-4
/
+19
*
Transitioned comment to Command format
W. Trevor King
2009-12-14
1
-24
/
+81
*
Transitioned init to Command format
W. Trevor King
2009-12-14
1
-4
/
+5
*
Transitioned assign to Command format
W. Trevor King
2009-12-14
1
-2
/
+32
*
Converted libbe.storage.vcs.base to new Storage format.
W. Trevor King
2009-12-13
1
-3
/
+4
*
Moved be to libbe.ui.command_line and transitioned to Command format.
W. Trevor King
2009-12-12
1
-45
/
+57
*
Use get_input/output_encoding() in libbe.command.base.Command
W. Trevor King
2009-12-12
1
-2
/
+3
*
Moved command completion from libbe.ui.util to libbe.command.util
W. Trevor King
2009-12-12
1
-1
/
+0
*
Added libbe.command.base (with Command class) and moved list command to new f...
W. Trevor King
2009-12-12
1
-0
/
+224