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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ran update_copyright.py
W. Trevor King
2010-06-22
6
-75
/
+77
*
Use os.path.join in libbe.storage.util.config.path.
wking
2010-06-22
1
-1
/
+3
*
Use email.utils.formataddr/parseaddr to generate/parse user IDs
W. Trevor King
2010-02-07
1
-29
/
+60
*
Clearer UnicodeDecodeError message in command_line.dispatch().
W. Trevor King
2010-02-01
1
-0
/
+8
*
Fix editor spawning on null-string EDITOR and VISUAL.
W. Trevor King
2010-01-29
1
-4
/
+3
*
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
6
-6
/
+48
*
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
*
Removed libbe/ui/base.py. Basic UI definitions are in libbe/command/base.py.
W. Trevor King
2009-12-31
1
-1
/
+0
*
Don't worry about whitespace in `be --help`
W. Trevor King
2009-12-29
1
-1
/
+1
*
Remove libbe.ui.util.cmdutil
W. Trevor King
2009-12-29
1
-129
/
+0
*
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
*
Restore comment stripping to libbe.ui.util.editor.editor_string()
W. Trevor King
2009-12-28
1
-0
/
+4
*
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
2
-31
/
+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
2
-18
/
+31
*
Transitioned init to Command format
W. Trevor King
2009-12-14
2
-5
/
+7
*
Added parse_user() calls to Assign
W. Trevor King
2009-12-14
1
-4
/
+0
*
Transitioned assign to Command format
W. Trevor King
2009-12-14
1
-4
/
+5
*
More fixes for libbe.storage.vcs.hg + .git transition.
W. Trevor King
2009-12-13
1
-6
/
+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
2
-13
/
+25
*
Moved be to libbe.ui.command_line and transitioned to Command format.
W. Trevor King
2009-12-12
3
-108
/
+271
*
Added libbe.ui.util.user for managing user ids.
W. Trevor King
2009-12-12
2
-23
/
+84
*
Moved command completion from libbe.ui.util to libbe.command.util
W. Trevor King
2009-12-12
1
-68
/
+0
*
Added libbe.command.base (with Command class) and moved list command to new f...
W. Trevor King
2009-12-12
5
-123
/
+115
*
Initial directory restructuring to clarify dependencies
W. Trevor King
2009-12-07
3
-0
/
+534