# HG changeset patch
# User Trey Roessig
# Date 1241021730 25200
# Node ID a527192cfcd7dfe3847cb7629fac331b01cb4ede
# Parent  1d88eaa01450ff8b67230296a8208a61ee5dd64b
thgconfig: added default behavior description to commit format items

diff -r 1d88eaa01450 -r a527192cfcd7 hggtk/thgconfig.py
--- a/hggtk/thgconfig.py        Tue Apr 28 22:15:26 2009 -0700
+++ b/hggtk/thgconfig.py        Wed Apr 29 09:15:30 2009 -0700
@@ -62,16 +62,17 @@
         _('Select commit tool launched by TortoiseHg. (Qct is no longer'
         ' distributed as part of TortoiseHG.)'
         ' Default: None (use the builtin tool)')),
-    (_('Summary Line Length'), 'tortoisehg.summarylen', ['70'],
+    (_('Summary Line Length'), 'tortoisehg.summarylen', ['0', '70'],
        _('Maximum length of the commit message summary line.'
          ' If set, TortoiseHG will issue a warning if the'
          ' summary line is too long or not separated by a'
-         ' blank line.')),
-    (_('Message Line Length'), 'tortoisehg.messagewrap', ['80'],
+         ' blank line. Default: 0 (unenforced)')),
+    (_('Message Line Length'), 'tortoisehg.messagewrap', ['0', '80'],
        _('Word wrap length of the commit message.  If'
          ' set, the popup menu can be used to format'
          ' the message and a warning will be issued'
-         ' if any lines are too long at commit.')))
+         ' if any lines are too long at commit.'
+         '  Default: 0 (unenforced)')))
 
 _log_info = (
     (_('Author Coloring'), 'tortoisehg.authorcolor', ['False', 'True'],

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to