Ditch obsolete --conflicts option and update misleading documentation.
This commit is contained in:
parent
00d4e68445
commit
55d3f05cf2
3 changed files with 30 additions and 68 deletions
|
@ -1323,11 +1323,6 @@ sub process_tasks {
|
|||
|
||||
debug(2, "Processing tasks...");
|
||||
|
||||
if ($self->{simulate}) {
|
||||
warn "WARNING: simulating so all operations are deferred.\n";
|
||||
return;
|
||||
}
|
||||
|
||||
# Strip out all tasks with a skip action
|
||||
$self->{tasks} = [ grep { $_->{action} ne 'skip' } @{ $self->{tasks} } ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue