ui:command_line: add 'html' command to no-pager commands.
authorW. Trevor King <wking@tremily.us>
Mon, 3 Sep 2012 18:21:56 +0000 (14:21 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 3 Sep 2012 18:21:56 +0000 (14:21 -0400)
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`.

libbe/ui/command_line.py

index 1cafc3634ea5b75c08573814b5a7a59e2b9a1648..cd28887e3804e608fccec796e40b30a9a59763cd 100644 (file)
@@ -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'