Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

settings: Provide a bit more help for setting a username

Changeset 61344861c07a

Parent 0eab0447a1cb

by Steve Borho

Changes to one file · Browse files at 61344861c07a Showing diff from parent 0eab0447a1cb Diff from another changeset...

 
251
252
253
254
 
 
255
256
257
 
251
252
253
 
254
255
256
257
258
@@ -251,7 +251,8 @@
   ({'name': 'commit', 'label': _('Commit'), 'icon': 'menucommit.ico'}, (   (_('Username'), 'ui.username', genEditCombo, - _('Name associated with commits')), + _('Name associated with commits. The common format is\n' + '"Full Name <email.com>"')),   (_('Summary Line Length'), 'tortoisehg.summarylen', genIntEditCombo,   _('Maximum length of the commit message summary line.'   ' If set, TortoiseHg will issue a warning if the'