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

settings: add tortoisehg.postpull, remove changeset-expander

changeset-exapnder is now default behavior and is not configurable

Changeset 338cc33e00ba

Parent b4e64bb77835

by Steve Borho

Changes to one file · Browse files at 338cc33e00ba Showing diff from parent b4e64bb77835 Diff from another changeset...

 
304
305
306
307
308
 
 
 
 
 
309
310
311
 
304
305
306
 
 
307
308
309
310
311
312
313
314
@@ -304,8 +304,11 @@
  ' Useful example: Specify "qbase qparent qtip" to hide the'   ' standard tags inserted by the Mercurial Queues Extension.'   ' Default: None')), - (_('Use Expander'), 'tortoisehg.changeset-expander', genBoolCombo, - _('Show changeset details with an expander')), + (_('After Pull Operation'), 'tortoisehg.postpull', (genDefaultCombo, + ['none', 'update', 'fetch', 'rebase']), + _('Operation which is performed directly after a successful pull.' + ' update equates to pull --update, fetch equates to the fetch' + ' extension, rebase equates to pull --rebase. Default: none')),   )),    ({'name': 'commit', 'label': _('Commit'), 'icon': 'menucommit'}, (