# HG changeset patch
# User Trey Roessig
# Date 1240981227 25200
# Node ID 59968a529dd7902c6aa60360dd8b64e57c755deb
# Parent f203e619acd7e4632805173545225deb4a528ec0
thgconfig: adding commit format items
diff -r f203e619acd7 -r 59968a529dd7 hggtk/thgconfig.py
--- a/hggtk/thgconfig.py Tue Apr 28 21:58:30 2009 -0700
+++ b/hggtk/thgconfig.py Tue Apr 28 22:00:27 2009 -0700
@@ -61,7 +61,17 @@
(_('External Commit Tool'), 'tortoisehg.extcommit', ['None', 'qct'],
_('Select commit tool launched by TortoiseHg. (Qct is no longer'
' distributed as part of TortoiseHG.)'
- ' Default: None (use the builtin tool)')))
+ ' Default: None (use the builtin tool)')),
+ (_('Summary Line Length'), 'tortoisehg.summarylen', ['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'],
+ _('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.')))
_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