- Fixed bug #1038, which prints blank lines with bulk changes and when the
  verbose attributes does not specify it.
- Lines do a better separation between each changes also.
This commit is contained in:
Louis-Claude Canon 2012-07-24 18:11:09 +02:00 committed by Paul Beckingham
parent 54e3de8118
commit 406f098263
11 changed files with 20 additions and 1 deletions

View file

@ -119,6 +119,8 @@ int CmdPrepend::execute (std::string& output)
std::cout << STRING_CMD_PREPEND_NO << "\n";
rc = 1;
}
if (context.verbose ("blank"))
std::cout << "\n";
}
// Now list the project changes.