Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

thgconfig: adding commit format items

Changeset 59968a529dd7

Parent f203e619acd7

by Trey Roessig

Changes to one file · Browse files at 59968a529dd7 Showing diff from parent f203e619acd7 Diff from another changeset...

 
61
62
63
64
 
 
 
 
 
 
 
 
 
 
 
65
66
67
 
61
62
63
 
64
65
66
67
68
69
70
71
72
73
74
75
76
77
@@ -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'],