Make BE working with non-ASCII username.
[be.git] / libbe / ui / command_line.py
2013-07-22 Matěj CeplMake BE working with non-ASCII username.
2012-10-16 W. Trevor KingRan update-copyright.py.
2012-09-03 W. Trevor Kingui:command_line: use `be help server` for help with...
2012-09-03 W. Trevor Kingui:command_line: display help.TOPICS during `be help`.
2012-09-03 W. Trevor Kingui:command_line: use command names in command-list...
2012-09-03 W. Trevor Kingui:command_line: add 'html' command to no-pager commands.
2012-09-03 W. Trevor Kingbea/c283cb: merge Praveen's gitorious-issues integratio...
2012-09-03 W. Trevor Kingmisc:completion: merge zsh completion from Markus Vock.
2012-08-24 W. Trevor Kingcommand:serve_commands: new command for running a comma...
2012-08-24 W. Trevor Kingutil:http: pull HTTP helpers from libbe.storage.http...
2012-02-25 W. Trevor KingI changed my mind and fixed #/03d07e61#.
2012-02-25 W. Trevor KingAdd `new` to list of commands that should not default...
2012-02-25 W. Trevor KingHide the traceback on InvalidURL errors.
2012-02-16 W. Trevor KingRan update-copyright.py.
2012-01-02 Chris BallMerge www.physics.drexel.edu/~wking/code/git/be
2011-09-08 W. Trevor KingFixed #/bc1e6ff4# (extra argument crash).
2011-09-08 W. Trevor KingMerge remote branch 'tanguy/master'
2011-05-25 W. Trevor KingRun update_copyright.py.
2011-05-02 W. Trevor KingRevive the UserError/UsageError distinction
2011-04-16 W. Trevor KingMerge remote branch 'cooper/master'
2011-04-08 W. Trevor KingFix command-line encoding processing.
2011-02-23 W. Trevor KingRemove `--complete` from command-line completion unit...
2011-01-09 Chris BallMerge commit 'refs/merge-requests/3' of git://gitorious...
2011-01-09 Chris BallBumped to version 1.0.0 1.0.0
2010-06-25 Chris BallMerge branch 'master' of wking.cfbe
2010-06-24 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-06-23 W. Trevor KingRan update_copyright.py
2010-06-20 Chris BallMerge Steve Losh's cfbe tree, from:
2010-06-20 Chris BallMerge with Trevor.
2010-05-19 W. Trevor KingMerged Eric Kow's _darcs/prefs/author bug.
2010-03-19 W. Trevor KingMerged Anton Batenev's report of Nicolas Alvarez' unico...
2010-02-09 Gianluca MontecchiMerged Trevor's tree
2010-02-09 W. Trevor KingMerged Eric Kow's HTML escaping patch
2010-02-01 W. Trevor KingClearer UnicodeDecodeError message in command_line...
2010-01-21 W. Trevor KingMerge assorted bugfixes and optimizations.
2010-01-20 W. Trevor KingStrip footers (signatures) in be-mail-to-xml
2010-01-20 W. Trevor KingFixed `be help` (used to raise NotImplementedError)
2010-01-20 W. Trevor KingAdd better help message on COMMAND-less be call
2010-01-01 W. Trevor KingMerged be.html-storage
2010-01-01 W. Trevor KingAdded libbe.command.serve and libbe.storage.http for...
2010-01-01 W. Trevor KingUpdated copyright information
2009-12-31 W. Trevor KingMerged be.restructure, major internal reorganization.
2009-12-31 W. Trevor KingUse fragment in base command completion + command io...
2009-12-31 W. Trevor KingAdded UserInterface and other improved abstractions...
2009-12-30 W. Trevor KingDon't worry about whitespace in `be --help`
2009-12-30 W. Trevor KingFixed up the completion helpers in libbe.command.util
2009-12-28 W. Trevor KingAllow external use of Command.usage() and use CmdOption...
2009-12-28 W. Trevor KingDon't run pager for the 'comment' command.
2009-12-27 W. Trevor KingMoved InvalidStorageVersion from libbe.command to libbe...
2009-12-15 W. Trevor KingFixed libbe.command.diff + ugly BugDir.duplicate_bugdir...
2009-12-15 W. Trevor KingTransitioned target to Command-format
2009-12-15 W. Trevor KingTransitioned tag to Command-format
2009-12-15 W. Trevor KingTransitioned status to Command-format
2009-12-15 W. Trevor KingTransitioned severity to Command-format, also added...
2009-12-15 W. Trevor KingTransitioned help to Command-format
2009-12-14 W. Trevor KingTransitioned import_xml to Command-format
2009-12-14 W. Trevor KingTransitioned comment to Command format
2009-12-14 W. Trevor KingTransitioned init to Command format
2009-12-13 W. Trevor KingRearrange libbe.ui.command_line.CmdOptionParser._add_op...
2009-12-13 W. Trevor KingConverted libbe.storage.vcs.base to new Storage format.
2009-12-13 W. Trevor KingMoved be to libbe.ui.command_line and transitioned...