# HG changeset patch # User Sylvain Thénault # Date 1272026596 -7200 # Node ID fe3fe2b2b60ab24dffc93aef26db36555a17c597 # Parent a40ffdce549d2ab9f070f2a9465e2ad1a21c6663 [config] augment default value for short-line-size diff -r a40ffdce549d -r fe3fe2b2b60a cwconfig.py --- a/cwconfig.py Fri Apr 23 13:36:43 2010 +0200 +++ b/cwconfig.py Fri Apr 23 14:43:16 2010 +0200 @@ -226,7 +226,7 @@ }), ('short-line-size', {'type' : 'int', - 'default': 40, + 'default': 80, 'help': _('maximum number of characters in short description'), 'group': 'navigation', }),