aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3a5f5c4..d6e8d67 100644
--- a/libbe/ui/command_line.py
+++ b/libbe/ui/command_line.py
@@ -355,7 +355,7 @@ def main():
command = Class(ui=ui)
ui.setup_command(command)
- if command.name in ['comment', 'commit', 'import-xml', 'serve']:
+ if command.name in ['new', 'comment', 'commit', 'import-xml', 'serve']:
paginate = 'never'
else:
paginate = 'auto'