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

stable thgconfig: fix web.maxchanges

Changeset 00e17bea2d22

Parent 4e7c6a100f86

by Steve Borho

Changes to one file · Browse files at 00e17bea2d22 Showing diff from parent 4e7c6a100f86 Diff from another changeset...

 
128
129
130
131
 
132
133
134
 
128
129
130
 
131
132
133
134
@@ -128,7 +128,7 @@
  ' Default is 1; set to 0 to disable.')),   (_('Max Files'), 'web.maxfiles', ['10'],   _('Maximum number of files to list per changeset.')), - (_('Max Changes'), 'web.maxfiles', ['10'], + (_('Max Changes'), 'web.maxchanges', ['10'],   _('Maximum number of changes to list on the changelog.')),   (_('Allow Push'), 'web.allow_push', ['*'],   _('Whether to allow pushing to the repository. If empty or not'