aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-01-01 16:54:30 -0500
committerW. Trevor King <wking@drexel.edu>2010-01-01 16:54:30 -0500
commit97eabcc3657bdc6511baebd79b059ae1589c7e87 (patch)
tree32b896bed9ea94c5fda2e2a68345916dd8c5cea7 /libbe/ui
parent4d4283ecd654f1efb058cd7f7dba6be88b70ee92 (diff)
parent286c686cb50eb8240fa9b15365d61783279b86a2 (diff)
downloadbugseverywhere-97eabcc3657bdc6511baebd79b059ae1589c7e87.tar.gz
Merged be.html-storage
Added HTTP storage backend and server Serve a local repo on http://localhost:8000 be --repo REPO serve Then connect from other be calls, for example be --repo http://localhost:8000 list
Diffstat (limited to 'libbe/ui')
-rw-r--r--libbe/ui/command_line.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/ui/command_line.py b/libbe/ui/command_line.py
index f57983f..7ba6cf5 100644
--- a/libbe/ui/command_line.py
+++ b/libbe/ui/command_line.py
@@ -299,7 +299,7 @@ def main():
command = Class(ui=ui)
ui.setup_command(command)
- if command.name in ['comment', 'commit']:
+ if command.name in ['comment', 'commit', 'serve']:
paginate = 'never'
else:
paginate = 'auto'