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 configurable for immediate shell operations

This is a frequent request, for adds and deletes to be immediate
and not require interaction.

Changeset 65bd2b1f2cc8

Parent e3dd535bfb22

by Steve Borho

Changes to one file · Browse files at 65bd2b1f2cc8 Showing diff from parent e3dd535bfb22 Diff from another changeset...

 
252
253
254
 
 
 
 
255
256
257
 
252
253
254
255
256
257
258
259
260
261
@@ -252,6 +252,10 @@
  % 'http://bitbucket.org/tortoisehg/thg/wiki/OpenAtLine')),   (_('Shell'), 'tortoisehg.shell', genEditCombo,   _('Specify your preferred terminal shell application')), + (_('Immediate Operations'), 'tortoisehg.immediate', genEditCombo, + _('Space separated list of shell operations you would like ' + 'to be performed immediately, without user interaction. ' + 'Commands are "add remove revert forget" Default: None')),   (_('Poll Frequency'), 'tortoisehg.pollfreq', genIntEditCombo,   _('The period (in milliseconds) between modification time polling of '   'key repository files, looking for changes. Values under '