aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui/command_line.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2020-01-02 21:23:16 +0000
committerMatěj Cepl <mcepl@cepl.eu>2020-01-02 21:23:16 +0000
commit5e1b5fe911d4805133357e329d009f998300867d (patch)
treedff1a7d12784fa9cf689452f0a122c14c3c63550 /libbe/ui/command_line.py
parentadee3a503a9b07a73676e65df3af2c9abc8f2acf (diff)
parent320908419788ca67f81cb869bed7249dab1be8a4 (diff)
downloadbugseverywhere-5e1b5fe911d4805133357e329d009f998300867d.tar.gz
Merge branch '2dd5488e-2053-4a16-a853-d7cc7bd48831' into 'master'
Remove serve-storage and HTTP storage driver See merge request bugseverywhere/bugseverywhere!10
Diffstat (limited to 'libbe/ui/command_line.py')
-rw-r--r--libbe/ui/command_line.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbe/ui/command_line.py b/libbe/ui/command_line.py
index 614366d..5d4d80a 100644
--- a/libbe/ui/command_line.py
+++ b/libbe/ui/command_line.py
@@ -379,8 +379,7 @@ def main():
ui.setup_command(command)
if command.name in [
- 'new', 'comment', 'commit', 'html', 'import-xml', 'serve-storage',
- 'serve-commands']:
+ 'new', 'comment', 'commit', 'html', 'import-xml', 'serve-commands']:
paginate = 'never'
else:
paginate = 'auto'