Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable settings: offer 'default-push' and 'default' in cipushafter combo (refs #326)

Changeset 42054ae120a7

Parent b8d547669f61

by Steve Borho

Changes to one file · Browse files at 42054ae120a7 Showing diff from parent b8d547669f61 Diff from another changeset...

 
374
375
376
377
 
 
378
379
380
 
374
375
376
 
377
378
379
380
381
@@ -374,7 +374,8 @@
  _fi(_('Close After Commit'), 'tortoisehg.closeci', genBoolCombo,   _('Close the commit tool after every successful '   'commit. Default: False')), - _fi(_('Push After Commit'), 'tortoisehg.cipushafter', genEditCombo, + _fi(_('Push After Commit'), 'tortoisehg.cipushafter', (genEditCombo, + ['default-push', 'default']),   _('Attempt to push to specified URL or alias after each successful '   'commit. Default: No push')),   _fi(_('Auto Commit List'), 'tortoisehg.autoinc', genEditCombo,