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

thgrepo: completely obsolete wsvisible

Changeset 3dc320a82694

Parent 47f5a8e81d0f

by Steve Borho

Changes to 2 files · Browse files at 3dc320a82694 Showing diff from parent 47f5a8e81d0f Diff from another changeset...

 
296
297
298
299
300
301
302
303
304
305
 
296
297
298
 
 
 
 
299
300
301
@@ -296,10 +296,6 @@
  _('The period (in milliseconds) between modification time polling of '   'key repository files, looking for changes. Values under '   '100ms are ignored. Default: 500')), - _fi(_('Visible Whitespace'), 'tortoisehg.wsvisible', (genDefaultCombo, - ['Visible', 'Invisible', 'VisibleAfterIndent']), - _('Make whitespace visible in file and diff previews.' - ' Default: Invisible')),   _fi(_('Tab Width'), 'tortoisehg.tabwidth', genIntEditCombo,   _('Specify the number of spaces that tabs expand to in various'   ' TortoiseHg windows.'
 
202
203
204
205
 
206
207
208
 
323
324
325
326
327
328
329
330
331
332
333
334
335
336
 
202
203
204
 
205
206
207
208
 
323
324
325
 
 
 
 
 
 
 
 
326
327
328
@@ -202,7 +202,7 @@
  except (EnvironmentError, ValueError):   pass   -_uiprops = '''_uifiles _uimtime _shell postpull tabwidth wsvisible maxdiff +_uiprops = '''_uifiles _uimtime _shell postpull tabwidth maxdiff   deadbranches _exts _thghiddentags displayname summarylen   shortname mergetools bookmarks bookmarkcurrent'''.split()  _thgrepoprops = '''_thgmqpatchnames thgmqunappliedpatches @@ -323,14 +323,6 @@
  return 8     @propertycache - def wsvisible(self): - val = self.ui.config('tortoisehg', 'wsvisible') - if val in ('Visible', 'VisibleAfterIndent'): - return val - else: - return 'Invisible' - - @propertycache   def maxdiff(self):   maxdiff = self.ui.config('tortoisehg', 'maxdiff')   try: