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`.
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'