projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1ba654
)
Remove `--complete` from command-line completion unit test.
author
W. Trevor King
<wking@drexel.edu>
Wed, 23 Feb 2011 01:59:53 +0000
(20:59 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 23 Feb 2011 01:59:53 +0000
(20:59 -0500)
This should have been done alongside:
commit
b64851e3eb706b7b57503a0a605e0984e443747c
Author: Robert Lehmann <mail@robertlehmann.de>
Date: Fri Nov 26 08:34:35 2010 +0100
Exclude --complete from completion.
libbe/ui/command_line.py
patch
|
blob
|
history
diff --git
a/libbe/ui/command_line.py
b/libbe/ui/command_line.py
index a82b2e164845d1a366bb20ee76d9e6ff23aad2cc..5f42147b7c2ea90972dc65c40dbc34eebc178fb2 100644
(file)
--- a/
libbe/ui/command_line.py
+++ b/
libbe/ui/command_line.py
@@
-183,7
+183,6
@@
class BE (libbe.command.Command):
... except CallbackExit:
... print ' got callback'
--help
- --complete
--version
...
subscribe