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
/
ui
/
command_line.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Used PyCharms inspectors.
Matěj Cepl
2024-03-30
1
-7
/
+7
*
WIP plenty of clean-ups and porting to Python 3.
Matěj Cepl
2024-01-21
1
-1
/
+1
*
2to3 conversion of the repo.
Matěj Cepl
2024-01-18
1
-37
/
+37
*
remove serve-storage and HTTP storage driver
Matthew Fernandez
2017-11-07
1
-2
/
+1
*
Make BE working with non-ASCII username.
Matěj Cepl
2013-07-22
1
-0
/
+2
*
Ran update-copyright.py.
W. Trevor King
2012-10-16
1
-1
/
+1
*
ui:command_line: use `be help server` for help with `--server`.
W. Trevor King
2012-09-03
1
-1
/
+1
*
ui:command_line: display help.TOPICS during `be help`.
W. Trevor King
2012-09-03
1
-2
/
+14
*
ui:command_line: use command names in command-list help message.
W. Trevor King
2012-09-03
1
-2
/
+2
*
ui:command_line: add 'html' command to no-pager commands.
W. Trevor King
2012-09-03
1
-1
/
+2
*
command:serve_commands: new command for running a command server.
W. Trevor King
2012-08-24
1
-2
/
+9
*
util:http: pull HTTP helpers from libbe.storage.http into their own module.
W. Trevor King
2012-08-24
1
-3
/
+3
*
I changed my mind and fixed #/03d07e61#.
W. Trevor King
2012-02-25
1
-1
/
+9
*
Add `new` to list of commands that should not default to using the pager.
W. Trevor King
2012-02-25
1
-1
/
+1
*
Hide the traceback on InvalidURL errors.
W. Trevor King
2012-02-25
1
-0
/
+5
*
Ran update-copyright.py.
W. Trevor King
2012-02-16
1
-10
/
+10
*
Fixed #/bc1e6ff4# (extra argument crash).
W. Trevor King
2011-09-07
1
-2
/
+3
*
Run update_copyright.py.
W. Trevor King
2011-05-25
1
-1
/
+2
*
Revive the UserError/UsageError distinction
W. Trevor King
2011-05-02
1
-7
/
+19
*
Fix command-line encoding processing.
W. Trevor King
2011-04-08
1
-14
/
+32
*
Remove `--complete` from command-line completion unit test.
W. Trevor King
2011-02-22
1
-1
/
+0
*
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
-16
/
+13
*
Clearer UnicodeDecodeError message in command_line.dispatch().
W. Trevor King
2010-02-01
1
-0
/
+8
*
Strip footers (signatures) in be-mail-to-xml
W. Trevor King
2010-01-20
1
-1
/
+1
*
Fixed `be help` (used to raise NotImplementedError)
W. Trevor King
2010-01-20
1
-3
/
+11
*
Add better help message on COMMAND-less be call
W. Trevor King
2010-01-20
1
-1
/
+8
*
Added libbe.command.serve and libbe.storage.http for HTTP backend.
W. Trevor King
2010-01-01
1
-1
/
+1
*
Updated copyright information
W. Trevor King
2010-01-01
1
-1
/
+1
*
Merged be.restructure, major internal reorganization.
W. Trevor King
2009-12-31
1
-1
/
+1
*
Use fragment in base command completion + command io fixups.
W. Trevor King
2009-12-31
1
-2
/
+5
*
Added UserInterface and other improved abstractions for command handling
W. Trevor King
2009-12-31
1
-35
/
+43
*
Don't worry about whitespace in `be --help`
W. Trevor King
2009-12-29
1
-1
/
+1
*
Fixed up the completion helpers in libbe.command.util
W. Trevor King
2009-12-29
1
-4
/
+9
*
Allow external use of Command.usage() and use CmdOptionParser.set_usage()
W. Trevor King
2009-12-28
1
-1
/
+3
*
Don't run pager for the 'comment' command.
W. Trevor King
2009-12-28
1
-7
/
+11
*
Moved InvalidStorageVersion from libbe.command to libbe.storage
W. Trevor King
2009-12-27
1
-0
/
+4
*
Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementation
W. Trevor King
2009-12-15
1
-1
/
+1
*
Transitioned target to Command-format
W. Trevor King
2009-12-15
1
-0
/
+2
*
Transitioned tag to Command-format
W. Trevor King
2009-12-15
1
-1
/
+1
*
Transitioned status to Command-format
W. Trevor King
2009-12-14
1
-5
/
+9
*
Transitioned severity to Command-format, also added Command._get_*()
W. Trevor King
2009-12-14
1
-17
/
+6
*
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
-1
/
+1
*
Transitioned comment to Command format
W. Trevor King
2009-12-14
1
-12
/
+26
*
Transitioned init to Command format
W. Trevor King
2009-12-14
1
-4
/
+6
*
Rearrange libbe.ui.command_line.CmdOptionParser._add_option() for Python 2.5
W. Trevor King
2009-12-13
1
-14
/
+15
*
Converted libbe.storage.vcs.base to new Storage format.
W. Trevor King
2009-12-13
1
-6
/
+14
*
Moved be to libbe.ui.command_line and transitioned to Command format.
W. Trevor King
2009-12-12
1
-0
/
+270