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

thgconfig: added default behavior description to commit format items

Changeset a527192cfcd7

Parent 1d88eaa01450

by Trey Roessig

Changes to one file · Browse files at a527192cfcd7 Showing diff from parent 1d88eaa01450 Diff from another changeset...

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