Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek settings: support configuring the largefiles extension

Changeset 146b0778a7a4

Parent 8b328243399a

by David Golub

Changes to one file · Browse files at 146b0778a7a4 Showing diff from parent 8b328243399a Diff from another changeset...

 
797
798
799
 
 
 
 
 
 
 
 
 
 
800
801
802
 
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
@@ -797,6 +797,16 @@
  _('Path to the directory where a system-wide cache of bfiles will be stored')),   )),   +({'name': 'largefiles', 'label': _('Largefiles'), 'icon': 'kiln', 'extensions': 'largefiles'}, ( + _fi(_('Patterns'), 'largefiles.patterns', genEditCombo, + _('Files with names meeting the specified patterns will be automatically ' + 'added as largefiles')), + _fi(_('Size'), 'largefiles.size', genEditCombo, + _('Files of at least the specified size (in megabytes) will be added as largefiles')), + _fi(_('System Cache'), 'largefiles.systemcache', genPathBrowser, + _('Path to the directory where a system-wide cache of largefiles will be stored')), + )), +  )    CONF_GLOBAL = 0