- added extra line of output when doing bulk done changes.
This commit is contained in:
Federico Hernandez 2010-10-12 16:06:16 +02:00
parent 1f8ae07b8e
commit 0e1d12f5b1
2 changed files with 4 additions and 0 deletions

View file

@ -1592,6 +1592,8 @@ int handleDone (std::string &outs)
<< " as done.\n";
outs = out.str ();
if (count > context.config.getInteger ("bulk"))
outs = "\n" + outs;
context.hooks.trigger ("post-done-command");
}