aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-09-03 14:21:56 -0400
committerW. Trevor King <wking@tremily.us>2012-09-03 14:21:56 -0400
commitdaaa79cbe6e07b0a73ddcf5b3bda3fbb724ec122 (patch)
tree386a99786fb318efcc5f86079ca8d9a31f7563d4 /libbe/ui
parentb3f9c555cdaee56f3ea07472c1304619e1f6a0ce (diff)
downloadbugseverywhere-daaa79cbe6e07b0a73ddcf5b3bda3fbb724ec122.tar.gz
ui:command_line: add 'html' command to no-pager commands.
Also rename 'serve' -> 'serve-storaage'. This catches the server version up with: commit 0336db8d4052a319f1d959a33fc847814551e3f8 Author: W. Trevor King <wking@tremily.us> Date: Wed Aug 29 23:55:37 2012 -0400 command:serve-storage: rename `be serve` -> `be serve-storage`.
Diffstat (limited to 'libbe/ui')
-rw-r--r--libbe/ui/command_line.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbe/ui/command_line.py b/libbe/ui/command_line.py
index 1cafc36..cd28887 100644
--- a/libbe/ui/command_line.py
+++ b/libbe/ui/command_line.py
@@ -365,7 +365,8 @@ def main():
ui.setup_command(command)
if command.name in [
- 'new', 'comment', 'commit', 'import-xml', 'serve', 'serve-commands']:
+ 'new', 'comment', 'commit', 'html', 'import-xml', 'serve-storage',
+ 'serve-commands']:
paginate = 'never'
else:
paginate = 'auto'