- Modified the meaning of 'rc.bulk'.  The old meaning was: the largest number
  of tasks that could be modified without confirmation.  New meaning is: the
  number of tasks that trigger bulk confirmation.  Default was 2 (meaning that
  2 tasks affected were not in need of confirmation), is now 3 (meaning 3 tasks
  now trigger confirmation.
  Despite the dog's dinner I made of the preceding statement, the configuration
  variable is now easier to understand.
This commit is contained in:
Paul Beckingham 2011-10-15 23:02:01 -04:00
parent 44e7fdac4b
commit 27d6407493
3 changed files with 4 additions and 4 deletions

View file

@ -271,8 +271,8 @@ Controls left and right padding around each row of the report output. Default i
Controls padding between columns of the report output. Default is "1".
.TP
.B bulk=2
Is a number, defaulting to 2. When more than this number of tasks are modified
.B bulk=3
Is a number, defaulting to 3. When this number or greater tasks are modified
in a single command, confirmation will be required, unless the
.B confirmation
variable is "no".