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

settings: support configuring the largefiles extension

Changeset cf51ef03881a

Parent ee22f90f98aa

by David Golub

Changes to one file · Browse files at cf51ef03881a Showing diff from parent ee22f90f98aa 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', 'extension': '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