Dependencies - info
- Added blocked and blocking tasks to the info report.
This commit is contained in:
@@ -603,7 +603,7 @@ int handleCustomReport (const std::string& report, std::string &outs)
|
||||
foreach (task, tasks)
|
||||
{
|
||||
task->getDependencies (all);
|
||||
join (deps, " ", all);
|
||||
join (deps, ", ", all);
|
||||
context.hooks.trigger ("format-depends", "depends", deps);
|
||||
table.addCell (row++, columnCount, deps);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user